tkalkirill commented on code in PR #1938:
URL: https://github.com/apache/ignite-3/pull/1938#discussion_r1169888363
##########
modules/core/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -291,6 +291,9 @@ public static class Transactions {
/** Tx state storage rebalancing error. */
public static final int TX_STATE_STORAGE_REBALANCE_ERR =
TX_ERR_GROUP.registerErrorCode(10);
+
+ /** Error occurred when trying to create a read-only transaction much
older than the data available in the tables. */
+ public static final int TX_READ_ONLY_TO_OLD_ERR =
TX_ERR_GROUP.registerErrorCode(11);
Review Comment:
fix it
--
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]