ptupitsyn commented on code in PR #7408:
URL: https://github.com/apache/ignite-3/pull/7408#discussion_r2690586730
##########
modules/api/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -459,6 +459,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);
+
+ /** Read-only transaction requested data that is already cleaned up by
GC due to data availability timeout. */
+ public static final int TX_OUTDATED_RO_TXN_ERR =
TX_ERR_GROUP.registerErrorCode((short) 18);
Review Comment:
Seems to be the same as `TX_READ_ONLY_TOO_OLD_ERR` above.
--
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]