sashapolo commented on code in PR #5212: URL: https://github.com/apache/ignite-3/pull/5212#discussion_r1954556168
########## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/PartitionReplicaLifecycleManager.java: ########## @@ -242,8 +248,11 @@ private static class Listeners { final ZonePartitionRaftListener raftListener; - Listeners(ZonePartitionRaftListener raftListener) { + final PartitionSnapshotStorageFactory snapshotStorageFactory; + + Listeners(ZonePartitionRaftListener raftListener, PartitionSnapshotStorageFactory snapshotStorageFactory) { Review Comment: I think that this class should be incorporated into `ZoneResources` and be located in the `resourceManager`. What do you think? -- 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