funky-eyes commented on issue #7897:
URL: 
https://github.com/apache/incubator-seata/issues/7897#issuecomment-3690682079

   There's no issue here—it's simply that you configured a retry timeout 
yourself. When the transaction retries the commit, it exceeds the retry time 
limit you set, which is why it ends up in the **CommitRetryTimeout** state.
   
   The code in the `else` block is solely for monitoring and metrics reporting. 
The transaction status is set to **committing** just to allow asynchronous 
delayed cleanup of the transaction after the default 2 minutes and 10 seconds.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to