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


##########
modules/transactions/src/integrationTest/java/org/apache/ignite/internal/disaster/DisasterRecoveryTestUtil.java:
##########
@@ -125,27 +126,34 @@ static void assertValueOnSpecificNodes(
             int id,
             int val,
             SchemaDescriptor schema
-    ) throws Exception {
-        for (IgniteImpl node : nodes) {
-            assertValueOnSpecificNode(tableName, node, id, val, schema);
-        }
+    ) {
+        CompletableFuture<?>[] futures = nodes.stream()

Review Comment:
   changed to the original code



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