incubator-seata-go icon indicating copy to clipboard operation
incubator-seata-go copied to clipboard

[seata-java] bugfix: rollback active xa connection fail

Open luky116 opened this issue 11 months ago • 0 comments

refer: https://github.com/apache/incubator-seata/pull/5131

What happened:

当tc下发回滚时,rm的xaconnection还处于活动中时无法进行rollback,必须要先end再rollback,而XAER_RMFAIL不同的异常msg是不同的,所以需要对msg内容再做一次判断

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

luky116 avatar Nov 23 '24 09:11 luky116