vldpyatkov commented on a change in pull request #207:
URL: https://github.com/apache/ignite-3/pull/207#discussion_r680985938
##########
File path:
modules/raft/src/main/java/org/apache/ignite/internal/raft/server/impl/JRaftServerImpl.java
##########
@@ -123,6 +128,38 @@ public JRaftServerImpl(
JRaftUtils.createRequestExecutor(opts)
);
+ if (opts.getfSMCallerExecutorDisruptor() == null) {
+ opts.setfSMCallerExecutorDisruptor(new
StripedDisruptor<FSMCallerImpl.ApplyTask>(
+ "JRaft-FSMCaller-Disruptor",
+ opts.getRaftOptions().getDisruptorBufferSize(),
Review comment:
The queue is for process state machine events on the RAFT node.
--
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]