sanpwc commented on code in PR #5310: URL: https://github.com/apache/ignite-3/pull/5310#discussion_r1975229073
########## modules/partition-replicator/src/test/java/org/apache/ignite/internal/partition/replicator/ZoneResourcesManagerTest.java: ########## @@ -59,6 +60,9 @@ class ZoneResourcesManagerTest extends IgniteAbstractTest { private ZoneResourcesManager manager; + // TODO https://issues.apache.org/jira/browse/IGNITE-24654 Ensure that tracker is closed. + private PendingComparableValuesTracker<Long, Void> storageIndexTracker; Review Comment: I believe that given test should verify that it's closed, whether storageIndexTracker close in not triggered yet. 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