Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039693Retail ModulesStoreServerpublic2018-11-26 18:292018-11-26 20:40
AugustoMauch 
AugustoMauch 
normalmajorhave not tried
closedfixed 
5
 
 
mtaal
No
0039693: Synchronization may get stucked if too many batches are in each push request
In our first multiserver client, we have found that sometimes the default number of batches (60) sent in each push request are too many.

For now, it is better to reduce it to 15. Also having a process that allows to update this limit on a live instance without modifying the sources would be very useful, but will be done in a separate feature request.
-
No tags attached.
related to feature request 0040838 new StoreServer Increase the default value of sym_channel.max_batch_to_send, and make it configurable in the ERP 
Issue History
2018-11-26 18:29AugustoMauchNew Issue
2018-11-26 18:29AugustoMauchAssigned To => AugustoMauch
2018-11-26 18:29AugustoMauchTriggers an Emergency Pack => No
2018-11-26 18:30hgbotCheckin
2018-11-26 18:30hgbotNote Added: 0108110
2018-11-26 18:30hgbotStatusnew => resolved
2018-11-26 18:30hgbotResolutionopen => fixed
2018-11-26 18:30hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/b6503a3fccbc4c40f7f52de98b00b3fa3ad293d8 [^]
2018-11-26 18:55guillermogilReview Assigned To => mtaal
2018-11-26 20:40mtaalNote Added: 0108115
2018-11-26 20:40mtaalStatusresolved => closed
2019-05-10 13:22AugustoMauchRelationship addedrelated to 0040838

Notes
(0108110)
hgbot   
2018-11-26 18:30   
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: b6503a3fccbc4c40f7f52de98b00b3fa3ad293d8
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Nov 26 18:30:40 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/b6503a3fccbc4c40f7f52de98b00b3fa3ad293d8 [^]

Fixes issue 39693: Reduces the max number of batches per push request to 15

The default value (60) is sometimes too high, and results in the request taking too long,
and being timed out.

---
M src/org/openbravo/replication/symmetricds/SymmetricDSConfiguration_data.xsql
---
(0108115)
mtaal   
2018-11-26 20:40   
reviewed and tested