View Issue Details

IDProjectCategoryView StatusLast Update
0005531SymmetricDSBugpublic2022-11-30 19:49
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.8.0 
Target Version3.14.3Fixed in Version3.14.3 
Summary0005531: Multi-homed clustered nodes stuck in loop of retry and resend of batches
DescriptionThe feature of copying a batch to the incoming staging of the target node (outgoing.batches.copy.to.incoming.staging = true) causes a loop of retrying and resending the batch if the target node is clustered, not using shared staging, and multi-homed with the source node. The source node copies the batch to the incoming staging of target node 1 but connects to target node 2 to sync it which doesn't have the batch in staging.

INFO [client] [IncomingBatchService] [client-pull-default-10] Retrying batch server-2987
INFO [client] [DataLoaderService] [client-pull-default-10] Unable to retry batch server-2987 because it's not in staging. Setting status to resend.
INFO [client] [PullService] [client-pull-default-10] Pull data received from server:server:server on queue default. 0 rows and 1 batches were processed. ()

INFO [server] [AcknowledgeService] [qtp1330400026-36105] The outgoing batch client-3318 received resend request
INFO [server] [PullUriHandler] [qtp1330400026-70576] 1 data and 1 batches sent during pull request from client:client:client
TagsNo tags attached.

Relationships

related to 0005530 closedelong Multi-homed clustered nodes stuck in loop of retry and resend of batches 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.14 67ef185f

2022-10-19 12:11:01

evan-miller-jumpmind

Details Diff
0005531: Fixed NPE when targetEngine is null Affected Issues
0005531
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java Diff File

Issue History

Date Modified Username Field Change
2022-10-13 15:20 elong New Issue
2022-10-13 15:20 elong Status new => assigned
2022-10-13 15:20 elong Assigned To => elong
2022-10-13 15:20 elong Issue generated from: 0005530
2022-10-13 15:20 elong Relationship added related to 0005530
2022-10-13 15:22 elong Status assigned => resolved
2022-10-13 15:22 elong Resolution open => fixed
2022-10-13 15:22 elong Fixed in Version => 3.14.3
2022-10-19 13:00 Changeset attached => SymmetricDS 3.14 67ef185f
2022-11-30 19:49 admin Status resolved => closed