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


##########
modules/partition-replicator/src/test/java/org/apache/ignite/internal/partition/replicator/ZoneResourcesManagerTest.java:
##########
@@ -150,7 +158,15 @@ private static void 
assertThatStorageIsStopped(ZonePartitionResources resources)
         );
     }
 
-    private ZonePartitionResources allocatePartitionResources(ZonePartitionId 
zonePartitionId, int partitionCount) {
-        return bypassingThreadAssertions(() -> 
manager.allocateZonePartitionResources(zonePartitionId, partitionCount));
+    private ZonePartitionResources allocatePartitionResources(
+            ZonePartitionId zonePartitionId,
+            int partitionCount,
+            PendingComparableValuesTracker<Long, Void> storageIndexTracker

Review Comment:
   Same as above. It'll be covered in 
https://issues.apache.org/jira/browse/IGNITE-24654



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