Cyrill commented on code in PR #7722:
URL: https://github.com/apache/ignite-3/pull/7722#discussion_r2979887990


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/server/impl/JraftServerImpl.java:
##########
@@ -162,6 +163,8 @@ public class JraftServerImpl implements RaftServer {
     /** The number of parallel raft groups starts. */
     private static final int SIMULTANEOUS_GROUP_START_PARALLELISM = 
Math.min(Utils.cpus() * 3, 25);
 
+    private final   MetricManager metricManager;

Review Comment:
   double space



-- 
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]

Reply via email to