apache / apache/incubator-seata
Branch transaction branchRegister TransactionException
- Dominant language
- Java
- Stars
- 26k
- Forks
- 8.8k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 4
Description
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
branch transaction branchRegister TransactionException
### Ⅱ. Describe what happened
batch insert record, then update them.
### Ⅲ. Describe what you expected to happen
branchRegister TransactionException
### Ⅳ. How to reproduce it (as minimally and precisely as possible)
It has been verified that it was caused by bulk insertion. But I also verified that if a local transaction only has batch insertion and not update, it's not a problem. Oh, it can also roll back normally.
### Ⅵ. Environment:
- JDK version :jdk1.8
- OS :linux
- Others:Seata 0.6.1
Contributor guide
Research direction
Start by reproducing the batch-insert-then-update transaction on Seata 0.6.1 with JDK 8 on Linux, focusing on the branchRegister TransactionException. Compare it with batch insertion without an update and review the resulting transaction behavior. Done means the reported exception is resolved while rollback continues to work normally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100