valepakh commented on code in PR #5255:
URL: https://github.com/apache/ignite-3/pull/5255#discussion_r2002787120


##########
modules/api/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -500,6 +500,9 @@ public static class Network {
 
         /** Could not resolve address. */
         public static final int ADDRESS_UNRESOLVED_ERR = 
NETWORK_ERR_GROUP.registerErrorCode((short) 6);
+
+        /** Duplicate consistent ID. */
+        public static final int DUPLICATE_CONSISTENT_ID_ERR = 
NETWORK_ERR_GROUP.registerErrorCode((short) 7);

Review Comment:
   Changed to INTERNAL_ERR



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