apache / apache/incubator-seata
register the branch when the xa transaction end
Open
good first issue
task: help-wanted
- Dominant language
- Java
- Stars
- 26k
- Forks
- 8.8k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 4
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.
Contributor guide
Assessment
This issue has not been assessed yet.