sk0x50 commented on code in PR #5232: URL: https://github.com/apache/ignite-3/pull/5232#discussion_r1956391144
########## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/PartitionReplicaLifecycleManager.java: ########## @@ -354,7 +326,6 @@ public PartitionReplicaLifecycleManager( this.placementDriver = placementDriver; this.txManager = txManager; Review Comment: It looks like, this field is not needed anymore. You can get it via `zoneResourcesManager`. WDYT? -- 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