Cyrill commented on code in PR #6850:
URL: https://github.com/apache/ignite-3/pull/6850#discussion_r2511271351
##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/conf/Configuration.java:
##########
@@ -318,4 +358,11 @@ public void diff(final Configuration rhs, final
Configuration included, final Co
excluded.peers = new ArrayList<>(rhs.peers);
excluded.peers.removeAll(this.peers);
}
+
+ /**
+ * Update the sequence token.
+ */
+ public void updateSequenceToken(long sequenceToken) {
Review Comment:
I don't think it makes sense to make one field "immutable" while all others
are not. Marked TestOnly
--
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]