rpuch commented on code in PR #7539:
URL: https://github.com/apache/ignite-3/pull/7539#discussion_r2773665671
##########
modules/replicator/src/main/java/org/apache/ignite/internal/raft/client/TopologyAwareRaftGroupService.java:
##########
@@ -172,6 +184,11 @@ public void onNodeLeft(LogicalNode leftNode,
LogicalTopologySnapshot newTopology
Peer peerToRemove = new Peer(leftNode.name(), 0);
subscribersMap.remove(peerToRemove);
+
+ AtomicBoolean leftMarker =
nodeLeftLtDuringSubscriptionMarkers.remove(leftNode.id());
Review Comment:
Current logs are clear even thought there are multiple retries. So I guess
no :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]