denis-chudov commented on code in PR #5915:
URL: https://github.com/apache/ignite-3/pull/5915#discussion_r2152136933


##########
modules/cluster-management/src/integrationTest/java/org/apache/ignite/internal/cluster/management/raft/ItCmgRaftServiceTest.java:
##########
@@ -146,7 +146,7 @@ void afterNodeStart() {
                 RaftGroupService raftService;
 
                 if (serverPeer == null) {
-                    raftService = 
raftManager.startRaftGroupService(CmgGroupId.INSTANCE, configuration);
+                    raftService = 
raftManager.startRaftGroupService(CmgGroupId.INSTANCE, configuration, true);

Review Comment:
   It's not true, it is used with false. And we already have too many 
overloaded methods starting raft client that are hard to deal with, so I 
wouldn't add one more method



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