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


##########
modules/raft-api/src/main/java/org/apache/ignite/internal/raft/RaftGroupConfiguration.java:
##########
@@ -40,6 +40,8 @@ public class RaftGroupConfiguration implements Serializable {
 
     private final long index;
     private final long term;
+    private final long sequenceToken;
+    private final long oldSequenceToken;

Review Comment:
   to match oldPeers and oldLearners



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