View Revisions: Issue #2697

Summary 0002697: C Client sends empty subsequent batches when max batch size is exceeded
Revision 2016-07-29 13:27 by mmichalek
Description C Client sends empty subsequent batches when max batch size is exceeded. For example, if the max batch size for a channel is 100 rows and you route 1000 rows, the first batch will contain the correct the first 100 rows but the subsequent batches will be empty. This only occurs when there are multiple batches for the same table.

Originally reported at: https://github.com/JumpMind/symmetric-ds/issues/24
Revision 2016-07-28 21:38 by mmichalek
Description C Client sends empty subsequent batches when max batch size is exceeded. For example, if the max batch size for a channel is 100 rows and you route 1000 rows, the first batch will contain the correct the first 100 rows but the subsequent batches will be empty. This only occurs when there are multiple batches for the same table.