TXC模式放最后的时候回滚失败
Ouverte
- Langage dominant
- Java
- Étoiles
- 4.2k
- Forks
- 1.4k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.