Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040942Retail ModulesStoreServerpublic2019-05-23 16:322019-05-28 12:46
mtaal 
mtaal 
normalminorhave not tried
closedfixed 
5
 
 
AugustoMauch
No
0040942: Possibly do not stop syncing if the sync error is that there are batches pending to sync from ss
The syncing from cs to ss stops also in case there is a temporary state that the ss is offline but has batches to sync.

[1]
Cannot import batches while the server status is not online if there are batches pending to be sent from the store server
use a breakpoint in a writer in central so that batches from the store are blocked in debug mode
Note:
- the syncing should stop if there are batches in error from the store to cs and the store is offline
- however if there are no batches in error then the syncing should not be stopped.
No tags attached.
Issue History
2019-05-23 16:32mtaalNew Issue
2019-05-23 16:32mtaalAssigned To => mtaal
2019-05-23 16:32mtaalTriggers an Emergency Pack => No
2019-05-24 14:27mtaalReview Assigned To => AugustoMauch
2019-05-24 14:27hgbotCheckin
2019-05-24 14:27hgbotNote Added: 0112127
2019-05-24 14:27hgbotStatusnew => resolved
2019-05-24 14:27hgbotResolutionopen => fixed
2019-05-24 14:27hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/9324df90e839ff36cf14fa98e651a7f3f601d2a5 [^]
2019-05-28 12:46AugustoMauchNote Added: 0112205
2019-05-28 12:46AugustoMauchStatusresolved => closed

Notes
(0112127)
hgbot   
2019-05-24 14:27   
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: 9324df90e839ff36cf14fa98e651a7f3f601d2a5
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri May 24 14:27:25 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/9324df90e839ff36cf14fa98e651a7f3f601d2a5 [^]

Fixes issue 40942: Possibly do not stop syncing if the sync error is that there are batches pending to sync from ss
Do not stop syncing in case of waiting to sync for the ss if there are no errors.

---
M src/org/openbravo/replication/symmetricds/extensions/OfflineIncomingSynchronizationPreventer.java
M src/org/openbravo/replication/symmetricds/extensions/SynchronizationErrorAcknowledger.java
---
(0112205)
AugustoMauch   
2019-05-28 12:46   
Code reviewed and verified