rpuch commented on code in PR #4403: URL: https://github.com/apache/ignite-3/pull/4403#discussion_r1764554125
########## modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/ClusterManagementGroupManager.java: ########## @@ -264,11 +264,8 @@ public ClusterManagementGroupManager( * @param cmgNodeNames Names of nodes that will host the Cluster Management Group. * @param clusterName Human-readable name of the cluster. */ - public void initCluster( - Collection<String> metaStorageNodeNames, - Collection<String> cmgNodeNames, - String clusterName - ) throws NodeStoppingException { + public void initCluster(Collection<String> metaStorageNodeNames, Collection<String> cmgNodeNames, String clusterName) Review Comment: Reverted -- 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