denis-chudov commented on code in PR #6641:
URL: https://github.com/apache/ignite-3/pull/6641#discussion_r2405603139


##########
modules/runner/src/testFixtures/java/org/apache/ignite/internal/AssignmentsTestUtils.java:
##########
@@ -75,34 +75,4 @@ public static void awaitAssignmentsStabilization(Ignite 
node, String tableName)
             return totalPartitionSize == zone.partitions() * zone.replicas();
         }, 10_000));
     }
-
-    /**
-     * Returns a future that completes when the Default Zone's primary 
replicas have been elected.
-     */
-    // TODO: remove this method after 
https://issues.apache.org/jira/browse/IGNITE-25283 has been fixed.
-    public static void awaitAssignmentsStabilizationOnDefaultZone(Ignite node) 
throws InterruptedException {

Review Comment:
   It was, actually :)



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