tkalkirill commented on code in PR #1912:
URL: https://github.com/apache/ignite-3/pull/1912#discussion_r1161435061
##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/server/RaftServer.java:
##########
@@ -76,6 +77,26 @@ boolean startRaftNode(
RaftGroupOptions groupOptions
);
+ /**
+ * Starts a Raft group bound to this cluster node.
+ *
+ * @param nodeId Raft node ID.
+ * @param configuration Raft configuration.
+ * @param evLsnr Listener for group membership and other events.
+ * @param lsnr Listener for state machine events.
+ * @param groupOptions Options to apply to the group.
+ * @param ownFsmCallerExecutorDisruptorConfig Configuration own (not
shared) striped disruptor for FSMCaller service of raft node.
Review Comment:
fix it
--
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]