Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040447Retail ModulesStoreServerpublic2019-03-25 16:312019-04-01 16:45
AugustoMauch 
AugustoMauch 
normalminorhave not tried
closedfixed 
5
 
 
mtaal
No
0040447: There is no need to execute the Initial Load Extract job
In our SymmetricDS implementation we don't need the Initial Load Extract [1] job, we manage the synchronization of the initial load manually.

We should disable that job by including this line in the configuration file:

initial.load.use.extract.job.enabled=false

[1] https://www.symmetricds.org/doc/3.10/html/user-guide.html#_initial_load_extract_in_background [^]
This log was written by a store server with memory issues:


2019-03-25 12:15:08,780 ERROR [CentralServer] [InitialLoadExtractorJob] [CentralServer-job-19]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded


No tags attached.
Issue History
2019-03-25 16:31AugustoMauchNew Issue
2019-03-25 16:31AugustoMauchAssigned To => StoreServer
2019-03-25 16:31AugustoMauchTriggers an Emergency Pack => No
2019-03-25 16:43hgbotCheckin
2019-03-25 16:43hgbotNote Added: 0110625
2019-03-25 16:43hgbotStatusnew => resolved
2019-03-25 16:43hgbotResolutionopen => fixed
2019-03-25 16:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/561ba32ce9e6cbaf310a97d83521f52af732825b [^]
2019-03-25 16:44AugustoMauchReview Assigned To => mtaal
2019-04-01 15:40shuehnerAssigned ToStoreServer => AugustoMauch
2019-04-01 16:45mtaalNote Added: 0110947
2019-04-01 16:45mtaalStatusresolved => closed

Notes
(0110625)
hgbot   
2019-03-25 16:43   
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: 561ba32ce9e6cbaf310a97d83521f52af732825b
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Mar 25 16:43:39 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/561ba32ce9e6cbaf310a97d83521f52af732825b [^]

Fixes issue 40447: Do not start Initial Load Extract job, it is not needed

We don't take advantage of the Initial Load Extract job, so it is better not to start it
to prevent it from consuming resources

---
M src/org/openbravo/replication/symmetricds/templates/engine-properties.ftl
---
(0110947)
mtaal   
2019-04-01 16:45   
reviewed/discussed