sanpwc commented on code in PR #6850:
URL: https://github.com/apache/ignite-3/pull/6850#discussion_r2514394972


##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/impl/raft/MetaStorageSnapshotStorageFactory.java:
##########
@@ -75,6 +75,8 @@ public MetaStorageSnapshotStorageFactory(KeyValueStorage 
storage) {
                 .peersList(configuration.peers())
                 .oldPeersList(configuration.oldPeers())
                 .learnersList(configuration.learners())
+                .sequenceToken(configuration.sequenceToken())
+                .oldSequenceToken(configuration.oldSequenceToken())

Review Comment:
   Yep, but semantically where and why we use 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]

Reply via email to