Cyrill commented on code in PR #5584: URL: https://github.com/apache/ignite-3/pull/5584#discussion_r2046988940
########## modules/table/src/integrationTest/java/org/apache/ignite/internal/table/distributed/disaster/AbstractHighAvailablePartitionsRecoveryTest.java: ########## @@ -471,6 +492,16 @@ private void awaitForAllNodesTableGroupInitialization(Set<Integer> tableIds, int }, 10_000)); } + private static void incrementReplicaCount(RaftNodeId raftNodeId, IgniteImpl igniteImpl, AtomicInteger numberOfInitializedReplicas) { Review Comment: done -- 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