JAkutenshi commented on code in PR #6072: URL: https://github.com/apache/ignite-3/pull/6072#discussion_r2161221126
########## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/ZoneResourcesManager.java: ########## @@ -67,7 +67,7 @@ public class ZoneResourcesManager implements ManuallyCloseable { private final Executor partitionOperationsExecutor; /** Map from zone IDs to their resource holders. */ - private final Map<Integer, ZoneResources> resourcesByZoneId = new ConcurrentHashMap<>(); + private final Map<Integer, ZoneResources> resourcesByZoneId = new ConcurrentHashMap<>(); Review Comment: Fixed -- 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