Cyrill commented on code in PR #6408:
URL: https://github.com/apache/ignite-3/pull/6408#discussion_r2283041147
##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/raft/CmgRaftService.java:
##########
@@ -281,6 +282,27 @@ private ClusterNodeMessage nodeMessage(ClusterNode node) {
.build();
}
+ /**
+ * Returns a set of consistent IDs of the learners nodes of the CMG.
Review Comment:
isn't raftService that we have here handling cmg?
--
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