Cyrill commented on code in PR #4005:
URL: https://github.com/apache/ignite-3/pull/4005#discussion_r1712607657


##########
modules/raft/src/integrationTest/java/org/apache/ignite/internal/raft/ItLearnersTest.java:
##########
@@ -89,9 +93,9 @@ private static TestWriteCommand createWriteCommand(String 
value) {
     }
 
     private static final List<NetworkAddress> ADDRS = List.of(
-            new NetworkAddress("localhost", 5000),
             new NetworkAddress("localhost", 5001),
-            new NetworkAddress("localhost", 5002)
+            new NetworkAddress("localhost", 5002),
+            new NetworkAddress("localhost", 5003)

Review Comment:
   I wanted to run this test locally, but it was failing. The reason was that 
the port 5000 is reserved for system services  on Mac OS. 



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