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


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/Loza.java:
##########
@@ -212,30 +210,71 @@ private CompletableFuture<RaftGroupService> 
prepareRaftGroupInternal(String grou
         );
     }
 
+    /**
+     * If {@code deltaNodes} contains the current node, then raft group starts 
on the current node.
+     *
+     * @param grpId                   Raft group id.
+     * @param nodes                   Full set of raft group nodes.
+     * @param deltaNodes              New raft group nodes.
+     * @param lsnrSupplier            Raft group listener supplier.
+     * @param raftGrpEvtsLsnrSupplier Raft group events listener supplier.
+     * @throws NodeStoppingException If node stopping intention was detected.
+     */
+    public void startRaftGroupNode(String grpId, Collection<ClusterNode> nodes,

Review Comment:
   Here and bellow: let's use one on a line approach here?



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