sashapolo commented on code in PR #3326:
URL: https://github.com/apache/ignite-3/pull/3326#discussion_r1508827314


##########
modules/network/src/main/java/org/apache/ignite/internal/network/netty/ConnectionManager.java:
##########
@@ -105,8 +107,7 @@ public class ConnectionManager implements 
ChannelCreationListener {
     /** Node consistent id. */
     private final String consistentId;
 
-    /** Node launch id. As opposed to {@link #consistentId}, this identifier 
changes between restarts. */
-    private final UUID launchId;
+    private volatile @Nullable ClusterNode localNode;

Review Comment:
   My question was about why is this field no longer final)



-- 
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]

Reply via email to