apache/incubator-seata
View on GitHubregister the branch when the xa transaction end
Open
#4,420 opened on Mar 1, 2022
good first issuetask: help-wanted
Description
Why you need it?
Is your feature request related to a problem? Please describe in details 本地生成branchid 如果当前rm出现异常,肯定是走rollback,这样减少了一次rpc注册分支的开销,直接rollback即可 而rm正常提交的时候,会走end和prepare,当在end和prepare之间应该进行一次分支注册
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
Other related information
Add any other context or screenshots about the feature request here.