apache/incubator-seata

register the branch when the xa transaction end

Open

#4,420 创建于 2022年3月1日

在 GitHub 查看
 (3 评论) (0 反应) (1 负责人)Java (25,960 star) (8,878 fork)batch import
good first issuetask: help-wanted

描述

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.

贡献者指南