Erixonich commented on code in PR #7080:
URL: https://github.com/apache/ignite-3/pull/7080#discussion_r2599497902


##########
modules/api/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -282,6 +282,9 @@ public static class Client {
 
         /** Resource not found. */
         public static final int RESOURCE_NOT_FOUND_ERR = 
CLIENT_ERR_GROUP.registerErrorCode((short) 10);
+
+        /** Client operation timeout. */
+        public static final int CLIENT_OPERATION_TIMEOUT_ERR = 
CLIENT_ERR_GROUP.registerErrorCode((short) 11);

Review Comment:
   also I think we should not reuse CONNECTION_ERR because it used in case when 
connection terminated or closed or couldn't have established.
   New code is about operation timed out which could be connection issue or 
because operation takes more time then expected.



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