denis-chudov commented on code in PR #5146: URL: https://github.com/apache/ignite-3/pull/5146#discussion_r1940864498
########## modules/transactions/src/main/java/org/apache/ignite/internal/tx/TxStateMeta.java: ########## @@ -50,21 +50,25 @@ public class TxStateMeta implements TransactionMeta { private final @Nullable Long cleanupCompletionTimestamp; + private final @Nullable InternalTransaction tx; Review Comment: I am not sure that is's needed. Lets try to remove it and run the teamcity. ########## modules/transactions/src/main/java/org/apache/ignite/internal/tx/TxStateMeta.java: ########## @@ -50,21 +50,25 @@ public class TxStateMeta implements TransactionMeta { private final @Nullable Long cleanupCompletionTimestamp; + private final @Nullable InternalTransaction tx; Review Comment: I am not sure that it's needed. Lets try to remove it and run the teamcity. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org