Lalant commented on code in PR #7482:
URL: https://github.com/apache/ignite-3/pull/7482#discussion_r2883256298


##########
modules/core/src/main/java/org/apache/ignite/internal/util/ExceptionUtils.java:
##########
@@ -819,6 +821,24 @@ public static boolean isOrCausedBy(Class<? extends 
Exception> exceptionClass, @N
         return ex != null && (exceptionClass.isInstance(ex) || 
isOrCausedBy(exceptionClass, ex.getCause()));
     }
 
+    /**
+     * Returns {@code true} if the given throwable (or its cause) is a {@link 
TransactionException}
+     * with {@link 
org.apache.ignite.lang.ErrorGroups.Transactions#TX_ALREADY_FINISHED_WITH_TIMEOUT_ERR}.

Review Comment:
   Fixed



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