ibessonov commented on code in PR #1204:
URL: https://github.com/apache/ignite-3/pull/1204#discussion_r995455073


##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/network/messages/CmgMessageGroup.java:
##########
@@ -53,4 +53,27 @@ public class CmgMessageGroup {
      * Message type for {@link SuccessResponseMessage}.
      */
     public static final short SUCCESS_RESPONSE = 6;
+
+    /**
+     * Message types for RAFT commands.
+     */
+    public interface Commands  {

Review Comment:
   Yes



##########
modules/cluster-management/src/test/java/org/apache/ignite/internal/cluster/management/raft/AbstractClusterStateStorageManagerTest.java:
##########
@@ -213,4 +216,22 @@ void testValidatedNodes() {
 
         assertThat(storageManager.getValidatedNodeIds(), 
containsInAnyOrder("node2"));
     }
+
+    private static ClusterTag clusterTag(String cluster) {

Review Comment:
   Sure



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