sashapolo commented on code in PR #5212:
URL: https://github.com/apache/ignite-3/pull/5212#discussion_r1955804468


##########
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:
   Added a TODO, will do this in a separate PR



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