apache / apache/incubator-seata
optimize: TC two-stage concurrently send requests to rm in tcc mode
Open
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
TCC模式下,TC在二阶段可以并行的给RM端发送提交或者回滚的请求,以提高性能
## 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.
在二阶段的doGlobalCommit方法中,将串行的修改并行,来驱动rm进行二阶段的提交或回滚
## Other related information
Add any other context or screenshots about the feature request here.
Contributor guide
Assessment
This issue has not been assessed yet.