Cyrill commented on code in PR #5146: URL: https://github.com/apache/ignite-3/pull/5146#discussion_r1939052223
########## 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: @denis-chudov Please take a look a this class. The field is added to the class, but not to equals/hashcode, which are implemented here. Do we even need equals/hashcode here? If no, let's remove these methods. If yes, we need a javadoc and (possibly) add this field to calculate equality. -- 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