NSAmelchev commented on code in PR #12792:
URL: https://github.com/apache/ignite/pull/12792#discussion_r2854273686


##########
modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/internal/TcpDiscoveryNodesRing.java:
##########
@@ -500,6 +500,7 @@ public void clear() {
      */
     @Nullable public TcpDiscoveryNode nextNode(@Nullable 
Collection<TcpDiscoveryNode> excluded) {
         assert locNode.internalOrder() > 0 : locNode;
+        // TODO: May fire, https://issues.apache.org/jira/browse/IGNITE-27933

Review Comment:
   ```suggestion
   ```



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