TXC模式放最后的时候回滚失败
Open
- Dominant language
- Java
- Stars
- 4.2k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] I have searched the [issues](https://github.com/codingapi/tx-lcn/issues) of this repository and believe that this is not a duplicate.
### 1. Bug Description
当事务为三层的时候,如:A.tx1() -->B.tx()-->A.tx2();
这种调用顺序的饿时候,A.tx2()用的TXC事务控制。B.tx()调用完 A.tx2() 最后制造一个异常,
A.tx2()的事务不回滚,其他的会回滚。
### 2. Environment:
- JDK version:
- OS:
- TX-LCN version:
- Others:
### 3. Exception Stacktrace
```
Paste your Exception Stacktrace here!
```
### 4. Tour Idea
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.