sanpwc commented on code in PR #839:
URL: https://github.com/apache/ignite-3/pull/839#discussion_r890118261


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/Node.java:
##########
@@ -189,6 +189,17 @@ public interface Node extends Lifecycle<NodeOptions>, 
Describer {
      */
     void changePeers(final Configuration newPeers, final Closure done);
 
+    /**
+     * Asynchronously change the configuration of the raft group to 
|newPeers|. If done closure was completed with {@link Status#OK()},

Review Comment:
   change**s**?



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