vldpyatkov commented on code in PR #2537: URL: https://github.com/apache/ignite-3/pull/2537#discussion_r1837153662
########## modules/transactions/src/main/java/org/apache/ignite/internal/tx/TransactionIds.java: ########## @@ -34,8 +37,8 @@ public class TransactionIds { * @param priority Transaction priority. * @return Transaction ID corresponding to the provided values. */ - public static UUID transactionId(HybridTimestamp beginTimestamp, int nodeId, TxPriority priority) { - return transactionId(beginTimestamp.longValue(), nodeId, priority); + public static UUID transactionId(HybridTimestamp beginTimestamp, int nodeId, boolean implicit, TxPriority priority) { Review Comment: I changed it to prived field in transaction object. -- 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