apache / incubator-seata-go

Go Implementation For Seata
https://seata.apache.org/
Apache License 2.0
1.56k stars 283 forks source link

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

Open luky116 opened 6 days ago

luky116 commented 6 days ago

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