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


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/TransactionStateResolver.java:
##########
@@ -201,14 +204,15 @@ private void resolveDistributiveTxState(
         } else {
             assert localMeta.txState() == ABANDONED : "Unexpected transaction 
state [txId=" + txId + ", txStateMeta=" + localMeta + ']';

Review Comment:
   Why do you think it's impossible? As long as we have this state, we should 
take into account the possibility of meeting it.



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