View Issue Details

IDProjectCategoryView StatusLast Update
0006646SymmetricDSBugpublic2024-11-13 20:31
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.15.0 
Target Version3.15.10Fixed in Version3.15.10 
Summary0006646: Setting node.offline parameter to true or false disables all communication
DescriptionThe code that looks at the node.offline parameter does not check the value of the parameter before removing the node from the list of nodes for PUSH and PULL. All nodes are removed when node.offline is set to any value.

NodeCommunicationService:
protected List<Node> removeOfflineNodes(List<Node> nodes)

Steps To Reproduce1. Configure replication.
2. Update node.offline parameter to false.
3. Replication stops.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.15 514d06e6

2024-11-12 16:48:32

pmarzullo

Details Diff
0006646: Setting node.offline parameter to true or false disables all
communication
Affected Issues
0006646
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/NodeCommunicationService.java Diff File

Issue History

Date Modified Username Field Change
2024-11-12 15:44 pmarzullo New Issue
2024-11-12 15:44 pmarzullo Status new => assigned
2024-11-12 15:44 pmarzullo Assigned To => pmarzullo
2024-11-12 16:48 pmarzullo Status assigned => resolved
2024-11-12 16:48 pmarzullo Resolution open => fixed
2024-11-12 16:48 pmarzullo Fixed in Version => 3.15.10
2024-11-12 17:00 pmarzullo Changeset attached => SymmetricDS 3.15 514d06e6
2024-11-13 20:31 pbelov Status resolved => closed