vldpyatkov commented on code in PR #5383:
URL: https://github.com/apache/ignite-3/pull/5383#discussion_r2022412887


##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxManagerImpl.java:
##########
@@ -499,7 +502,7 @@ private ReadOnlyTransactionImpl beginReadOnlyTransaction(
             boolean scheduleExpiration = !implicit;
 
             if (scheduleExpiration) {
-                transactionExpirationRegistry.register(transaction, 
physicalExpirationTimeMillis(beginTimestamp, timeout));
+                transactionExpirationRegistry.register(transaction);

Review Comment:
   Are you sure that we do not lose the beginning timestamp for RO transaction?



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

Reply via email to