sanpwc commented on code in PR #927:
URL: https://github.com/apache/ignite-3/pull/927#discussion_r929857552


##########
modules/core/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -44,4 +44,19 @@ public static class Table {
         /** Column not found. */
         public static int COLUMN_NOT_FOUND_ERR = 
TABLE_ERR_GROUP.registerErrorCode(4);
     }
+
+    /** Replicator error group. */
+    public static class Replicator {
+        /** Replicator error group. */
+        public static final ErrorGroup REPLICATOR_ERR_GROUP = 
ErrorGroup.newGroup("REP", 3);

Review Comment:
   Could you please merge fresh ignite3_tx? Denis already added group with code 
3.
   `        public static final ErrorGroup TX_ERR_GROUP = 
ErrorGroup.newGroup("TX", 3);`



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