zstan commented on code in PR #12925:
URL: https://github.com/apache/ignite/pull/12925#discussion_r3256558453


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtTxLocal.java:
##########
@@ -460,8 +460,12 @@ else if (!lockFut.isDone()) {
             logTxFinishErrorSafe(log, commit, e);
 
             // Treat heuristic exception as critical.
-            if (X.hasCause(e, IgniteTxHeuristicCheckedException.class))
+            if (X.hasCause(e, IgniteTxHeuristicCheckedException.class)) {

Review Comment:
   CacheStoreWithIgniteTxFailureTest#testSystemExceptionAfterCacheStoreCommit 
fail without this fix
   IndexingSpiQueryTxSelfTest - waitForCondition appended 



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