sanpwc commented on code in PR #4129:
URL: https://github.com/apache/ignite-3/pull/4129#discussion_r1691176897
##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/CliRequests.java:
##########
@@ -69,6 +69,11 @@ public interface ChangePeersRequest extends Message {
String leaderId();
Collection<String> newPeersList();
+
+ Collection<String> newLearnersList();
+
+ // term is intentionally Long and not long in order to perform
nullable (not initialized) check.
+ Long term();
Review Comment:
Because it's mandatory.
--
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]