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


##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/PartitionReplicaLifecycleManager.java:
##########
@@ -285,6 +287,45 @@ public PartitionReplicaLifecycleManager(
             TxStateRocksDbSharedStorage sharedTxStateStorage,
             TxManager txManager,
             SchemaManager schemaManager
+    ) {
+        this(
+                catalogService,
+                replicaMgr,
+                distributionZoneMgr,
+                metaStorageMgr,
+                topologyService,
+                lowWatermark,
+                ioExecutor,
+                rebalanceScheduler,
+                partitionOperationsExecutor,
+                clockService,
+                placementDriver,
+                schemaSyncService,
+                systemDistributedConfiguration,
+                txManager,
+                schemaManager,
+                new ZoneResourcesManager(sharedTxStateStorage)
+        );
+    }
+
+    @VisibleForTesting

Review Comment:
   Because this is not a test-only code, it's called by the other constructor. 
But it is made visible (not private) specifically for tests



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