sanpwc commented on code in PR #4688:
URL: https://github.com/apache/ignite-3/pull/4688#discussion_r1852355543


##########
modules/table/src/integrationTest/java/org/apache/ignite/internal/disaster/ItDisasterRecoveryReconfigurationTest.java:
##########
@@ -156,7 +156,9 @@ void setUp(TestInfo testInfo) throws Exception {
 
         ZoneParams zoneParams = testMethod.getAnnotation(ZoneParams.class);
 
-        startNodesInParallel(IntStream.range(INITIAL_NODES, 
zoneParams.nodes()).toArray());
+        IntStream.range(INITIAL_NODES, zoneParams.nodes()).forEach(i -> 
cluster.startNode(i));
+        // TODO: Fails with "Race operations took too long"

Review Comment:
   According to our guidelines it's not valid to use TODO without a ticket 
link. Please use https://issues.apache.org/jira/browse/IGNITE-22818



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

Reply via email to