ascherbakoff commented on code in PR #7799:
URL: https://github.com/apache/ignite-3/pull/7799#discussion_r3071284605


##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxManagerImpl.java:
##########
@@ -488,8 +488,7 @@ private ReadWriteTransactionImpl beginReadWriteTransaction(
             boolean implicit,
             InternalTxOptions options
     ) {
-        UUID txId = options.retryId() != null ? options.retryId()
-                : transactionIdGenerator.transactionIdFor(beginTimestamp, 
options.priority());
+        UUID txId = transactionIdGenerator.transactionIdFor(beginTimestamp, 
options.priority());

Review Comment:
   yes
   `retryId` is a part of https://issues.apache.org/jira/browse/IGNITE-28448 
and is inteded to be implemeted under a separate ticket.
   



-- 
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]

Reply via email to