kgusakov commented on code in PR #3645:
URL: https://github.com/apache/ignite-3/pull/3645#discussion_r1584814441
##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/server/impl/JraftServerImpl.java:
##########
@@ -328,7 +333,8 @@ public CompletableFuture<Void> startAsync() {
ApplyTask::new,
opts.getStripes(),
false,
- false
+ false,
+
opts.getRaftMetrics().disruptorMetrics("JRaft-FSMCaller-Disruptor")
Review Comment:
Not sure, that I understand the idea - why we set here
"JRaft-FSMCaller-Disruptor" name and then convert it to
"jraft.fsmcaller.disruptor" immediately? Maybe use the
"jraft.fsmcaller.disruptor" here directly?
--
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]