Cyrill commented on code in PR #6850:
URL: https://github.com/apache/ignite-3/pull/6850#discussion_r2511259572
##########
modules/raft-api/src/main/java/org/apache/ignite/internal/raft/service/RaftGroupService.java:
##########
@@ -138,9 +142,11 @@ public interface RaftGroupService extends
RaftCommandRunner {
* @param peersAndLearners New peers and Learners of the Raft group.
* @param term Current known leader term.
* If real raft group term will be different - configuration
update will be skipped.
+ * @param sequenceToken Sequence token of the current change.
+ *
* @return A future.
*/
- CompletableFuture<Void> changePeersAndLearners(PeersAndLearners
peersAndLearners, long term);
+ CompletableFuture<Void> changePeersAndLearners(PeersAndLearners
peersAndLearners, long term, long sequenceToken);
Review Comment:
done
--
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]