rpuch commented on code in PR #5159:
URL: https://github.com/apache/ignite-3/pull/5159#discussion_r1944514786
##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/PartitionReplicaLifecycleManager.java:
##########
@@ -485,6 +494,12 @@ private CompletableFuture<Void>
createZonePartitionReplicationNode(
stablePeersAndLearners,
raftGroupListener,
raftGroupEventsListener,
+ // TODO: IGNITE-24371 - pass real isVolatile
flag
+ false,
+ () ->
zoneResourcesManager.getOrCreatePartitionStorage(
Review Comment:
I think it should be implemented in
https://issues.apache.org/jira/browse/IGNITE-24345 (or close to it)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]