sashapolo commented on code in PR #7815:
URL: https://github.com/apache/ignite-3/pull/7815#discussion_r2979679136
##########
modules/api/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -454,7 +454,12 @@ public static class Transactions {
/** Operation failed because the transaction is already finished. */
public static final int TX_ALREADY_FINISHED_ERR =
TX_ERR_GROUP.registerErrorCode((short) 13);
- /** Failure due to a stale operation of a completed transaction is
detected. */
+ /**
+ * Failure due to a stale operation of a completed transaction is
detected.
+ *
+ * @deprecated This error is no longer used.
+ */
+ @Deprecated
Review Comment:
oh, wow, I didn't know users can reference these codes.
--
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]