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


##########
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:
   I haven't found any code which uses CONNECTION_ERR in case of operation 
timeout. In java standard library exception is thrown without any code in this 
case. .NET client also throws standard library exception. In fact I believe we 
need for all clients thrown ignite_exception with new (or old) code.



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