You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/08/02 13:47:27 UTC

[GitHub] [ignite-3] vldpyatkov commented on a change in pull request #207: IGNITE-14841 Use shared distruptor pool for multiple raft group nodes

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org