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


##########
modules/core/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -301,4 +301,13 @@ public static class Replicator {
         /** The error happens when the replica is not the current primary 
replica. */
         public static final int REPLICA_MISS_ERR = 
REPLICATOR_ERR_GROUP.registerErrorCode(6);
     }
+
+    /** Storage error group. */
+    public static class Storage {
+        /** Replicator error group. */

Review Comment:
    /** Storage error group. */



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