Lalant commented on code in PR #7482:
URL: https://github.com/apache/ignite-3/pull/7482#discussion_r2884148739


##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TransactionExpirationRegistry.java:
##########
@@ -126,7 +130,10 @@ private boolean isExpired(long expirationTime) {
     }
 
     private void abortTransaction(InternalTransaction tx) {
-        tx.rollbackTimeoutExceededAsync().whenComplete((res, ex) -> {
+        Throwable abortionReason = new 
TransactionException(TX_ALREADY_FINISHED_WITH_TIMEOUT_ERR,

Review Comment:
   Agreed to skip.



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