denis-chudov commented on code in PR #7820:
URL: https://github.com/apache/ignite-3/pull/7820#discussion_r3027230250


##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxRecoveryEngine.java:
##########
@@ -87,7 +87,6 @@ public CompletableFuture<TransactionMeta> triggerTxRecovery(
         // If the transaction state is pending, then the transaction should be 
rolled back,
         // meaning that the state is changed to aborted and a corresponding 
cleanup request
         // is sent in a common durable manner to a partition that has 
initiated recovery.
-        // TODO https://issues.apache.org/jira/browse/IGNITE-27386 the reason 
of rollback needs to be explained.
         return txManager.finish(
                         HybridTimestampTracker.emptyTracker(),
                         // Tx recovery is executed on the commit partition.

Review Comment:
   That one is correct, it's either unexpected state after txn recovery or 
failed recovery.



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