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


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItRaftCommandLeftInLogUntilRestartTest.java:
##########
@@ -183,6 +185,10 @@ private void restartClusterWithNotAppliedCommands(
 
             assertTrue(IgniteTestUtils.waitForCondition(() -> 
appliedIndexNode0.get() == appliedIndexNode1.get(), 10_000));
 
+            RaftGroupService raftGroupService = 
table.internalTable().partitionRaftGroupService(0);
+
+            raftGroupService.peers().forEach(peer -> 
raftGroupService.snapshot(peer).join());

Review Comment:
   I though, that we've agreed, that we will use willCompleteSuccessfully or 
similar instead of join, haven't we?



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