sanpwc commented on code in PR #5134: URL: https://github.com/apache/ignite-3/pull/5134#discussion_r1939046496
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java: ########## @@ -124,7 +124,7 @@ public class PartitionListener implements RaftGroupListener { private final UUID localNodeId; - private Set<String> currentGroupTopology; + private volatile Set<String> currentGroupTopology; Review Comment: Yep, sounds reasonable. Could you please corresponding comment in code? -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org