Replies: 3 comments
-
This is my demo https://github.com/WXingSong/sharding-seata-simple-demo.git @linghengqian |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
version:
Sharding-jdbc: 5.5.0
Seata: 2.0.0
druid: 1.2.21
Springboot 3.2.1
spring cloud alibaba 2022.0.0.0
I also have the same problem with #31715
This is the execution result
SeataTestServiceImplA
SeataTestServiceImplB
I found that the connection used by SeataTestImplB when executing SQL is not Seata's
ConnectionProxy
, and branch transactions were not registered usingConnectionProxy#processGlobalTransactionCommit()
. But I'm not sure if this is the reason why distributed transactions cannot be rolled back.linghengqian no time check it😂. I really need your help very much @TherChenYang .Thanks~
Beta Was this translation helpful? Give feedback.
All reactions