Cyrill commented on code in PR #6850:
URL: https://github.com/apache/ignite-3/pull/6850#discussion_r2511146237
##########
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:
It is to go along with oldPeers and oldLearners and reconstruct a complete
configuration from 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]