Lalant commented on code in PR #7304:
URL: https://github.com/apache/ignite-3/pull/7304#discussion_r2730876911


##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/DelayedAckException.java:
##########
@@ -31,13 +32,18 @@ public class DelayedAckException extends 
IgniteInternalException {
     private final UUID txId;
 
     /**
-     * Create the exception with txId and caus.
+     * Create the exception with txId, cause, and optional txManager for label 
formatting.
      *
      * @param txId The transaction id.
      * @param cause The cause.
+     * @param txManager Optional transaction manager to retrieve label for 
logging.

Review Comment:
   It used to be optional, it should stay like that, will just fix description



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