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


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/TransactionStateResolver.java:
##########
@@ -218,18 +222,17 @@ private void resolveTxStateFromTxCoordinator(
 
         if (coordinator == null) {
             // This means the coordinator node have either left the cluster or 
restarted.
+            markAbandoned(txId);

Review Comment:
   I think we cannot avoid the write intent resolution procedure. It does not 
depend on the transaction state.
   Hence, the recovery happens each time we step into a write intent.



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