ascherbakoff commented on code in PR #7052:
URL: https://github.com/apache/ignite-3/pull/7052#discussion_r2580568362


##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxManagerImpl.java:
##########
@@ -1209,6 +1210,19 @@ public void onReceived(NetworkMessage message, 
InternalClusterNode sender, @Null
 
         // Ignore error responses here. A transaction will be rolled back in 
other place.

Review Comment:
   🆗 



##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TransactionInflights.java:
##########
@@ -190,6 +208,22 @@ public boolean hasActiveInflights() {
         return false;
     }
 
+    /**
+     * Return true if at least on inflight is failed.
+     *
+     * @return {@code True} if has failed inflights.
+     */
+    @TestOnly
+    public boolean hasFailedInflight() {

Review Comment:
   🆗 



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