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


##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/impl/raft/MetaStorageSnapshotStorageFactory.java:
##########
@@ -68,6 +68,8 @@ public MetaStorageSnapshotStorageFactory(KeyValueStorage 
storage) {
         assert configuration != null;
 
         return new RaftMessagesFactory().snapshotMeta()
+                .cfgIndex(configuration.index())

Review Comment:
   discussed in private



##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/FSMCallerImpl.java:
##########
@@ -603,6 +603,8 @@ private void doSnapshotSave(final SaveSnapshotClosure done) 
{
         }
 
         SnapshotMetaBuilder metaBuilder = msgFactory.snapshotMeta()
+            .cfgIndex(confEntry.getId().getIndex())
+            .cfgTerm(confEntry.getId().getTerm())

Review Comment:
   discussed in private



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