View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002740 | SymmetricDS | Bug | public | 2016-08-18 16:23 | 2016-08-22 20:26 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.8.0 | ||||
Target Version | 3.8.2 | Fixed in Version | 3.8.2 | ||
Summary | 0002740: "Did not receive an acknowledgement" using sym_table_reload_request | ||||
Description | When running an initial load or using sym_table_reload_request, the logs warn that acknowledgements are not received. The push is running to extract batches, but it skips batches with the extract_job_flag because those batches are extracting in the background. But it leaves the skipped batches in its list of processed batches, so it's expecting an acknowledgement for them that will not be received on that push. It's harmless warning, but skipped batches should be removed from the processed batch list. WARN [client-1] [PushService] [client-1-push-default-1] Could not communicate with node 'server:server:server' because of unexpected error org.jumpmind.symmetric.SymmetricException: Did not receive an acknowledgement for the batches sent. The 'ack string' was: '' and the 'extended ack string' was: 'null' at org.jumpmind.symmetric.service.impl.AbstractService.readAcks(AbstractService.java:320) at org.jumpmind.symmetric.service.impl.PushService.pushToNode(PushService.java:205) at org.jumpmind.symmetric.service.impl.PushService.execute(PushService.java:160) at org.jumpmind.symmetric.service.impl.NodeCommunicationService$1.run(NodeCommunicationService.java:479) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-08-18 16:23 | elong | New Issue | |
2016-08-18 16:23 | elong | Status | new => assigned |
2016-08-18 16:23 | elong | Assigned To | => elong |
2016-08-18 16:25 | elong | Status | assigned => resolved |
2016-08-18 16:25 | elong | Fixed in Version | => 3.8.2 |
2016-08-18 16:25 | elong | Resolution | open => fixed |
2016-08-18 17:00 | admin | Changeset attached | => SymmetricDS 3.8 d1b62290 |
2016-08-22 20:26 | elong | Status | resolved => closed |