vldpyatkov commented on code in PR #3811:
URL: https://github.com/apache/ignite-3/pull/3811#discussion_r1615850909


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/FSMCallerImpl.java:
##########
@@ -100,6 +101,8 @@ public String metricName() {
     public static class ApplyTask implements NodeIdAware {
         /** Raft node id. */
         NodeId nodeId;
+        EventHandler<NodeIdAware> handler;

Review Comment:
   The default value is useless here, because Disruptor does not create an 
event every time to push it into the queue.



-- 
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-unsubscr...@ignite.apache.org

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

Reply via email to