Vladsz83 commented on code in PR #11327:
URL: https://github.com/apache/ignite/pull/11327#discussion_r1599894174


##########
modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryNetworkIssuesTest.java:
##########
@@ -262,9 +279,19 @@ private void 
doTestBackwardNodeCheckWithSameLoopback(String localhost) throws Ex
         Ignite node1 = startGrid(1);
 
         specialSpi = new TestDiscoverySpi();
+        testLog = testMethodLog;
+
+        int effAddrsSizeNode0 = 
spi(node0).getEffectiveNodeAddresses((TcpDiscoveryNode)node1.cluster().localNode()).size();

Review Comment:
   Why we take addresses of node 1 if we want to kill node 0? Should we check 
backward?



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