alievmirza commented on code in PR #5083:
URL: https://github.com/apache/ignite-3/pull/5083#discussion_r1938951941
##########
modules/raft-api/src/main/java/org/apache/ignite/internal/raft/RaftGroupConfiguration.java:
##########
@@ -32,11 +32,16 @@
public class RaftGroupConfiguration implements Serializable {
Review Comment:
removed
##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/entity/RaftOutter.java:
##########
@@ -57,6 +57,10 @@ public interface SnapshotMeta extends Message {
long lastIncludedTerm();
+ long cfgIndex();
Review Comment:
discussed in private
--
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]