ascherbakoff commented on code in PR #7588:
URL: https://github.com/apache/ignite-3/pull/7588#discussion_r2851629956


##########
modules/api/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -468,6 +468,9 @@ public static class Transactions {
 
         /** Operation failed due to replication delayed ack failure. */
         public static final int TX_DELAYED_ACK_ERR = 
TX_ERR_GROUP.registerErrorCode((short) 17);
+
+        /** Transaction was internally killed. This is retriable state. */

Review Comment:
   It's retriable in terms of runInTransaction.
   This code is added by you.
   TransactionKilledException is marked with `RetriableTransactionException`.
   



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