alievmirza commented on code in PR #1226:
URL: https://github.com/apache/ignite-3/pull/1226#discussion_r1003437614


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -860,8 +881,8 @@ private RaftGroupOptions groupOptionsForPartition(
         raftGroupOptions.snapshotStorageFactory(new 
PartitionSnapshotStorageFactory(
                 raftMgr.topologyService(),
                 //TODO IGNITE-17302 Use miniumum from mv storage and tx state 
storage.
-                new OutgoingSnapshotsManager(raftMgr.messagingService()),
-                partitionStorage::persistedIndex,
+                outgoingSnapshotsManager,
+                new MvStoragePartitionAccess(partitionKey(internalTbl, 
partId), partitionStorage),

Review Comment:
   We discussed the topic in private, we are on the same page, thank you Ivan!



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

Reply via email to