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


##########
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:
   Discussed in private. Despite the fact that oldSequenceToken isn't used now 
we may need it future, so it was added for symmetry.



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