YongGoose commented on code in PR #7135:
URL: https://github.com/apache/incubator-seata/pull/7135#discussion_r1942593337


##########
rm-datasource/src/main/java/org/apache/seata/rm/datasource/undo/AbstractUndoLogManager.java:
##########
@@ -400,6 +400,8 @@ public void undo(DataSourceProxy dataSourceProxy, String 
xid, long branchId) thr
                 if (LOGGER.isInfoEnabled()) {
                     LOGGER.info("xid {} branch {}, undo_log inserted, retry 
rollback", xid, branchId);
                 }
+                throw new 
BranchTransactionException(BranchRollbackFailed_Unretriable, String.format(

Review Comment:
   Done in 
https://github.com/apache/incubator-seata/pull/7135/commits/45a151d6ab614d9e0c52866ac19a7d33a4dbf40c
 !
   
   PTAL 🙂



-- 
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: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to