bind xid: 172.17.0.15:8092:27681535134726645, while current xid: 172.17.0.15:8092:27681535134726611 #7455
Unanswered
sensenbuxi999
asked this question in
Q&A
Replies: 2 comments 2 replies
-
This XID binding conflict can occur in several scenarios beyond connection pool reuse: Additional scenarios to check:
Debug info needed:
This issue likely involves the same connection being used across different transaction contexts without proper cleanup between them. |
Beta Was this translation helpful? Give feedback.
2 replies
-
好的 我提一个issue |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
线上seata服务端从2.0.0升级到2.1.0后,出现 bind xid: 172.17.0.15:8092:27681535134726645, while current xid: 172.17.0.15:8092:27681535134726611,本地无法复现。看了源码,只有两次调用 bind(String xid)且两次xid不一致才会出现,但是本地每次执行只会调用一次 bind(String xid),什么情况下会多次bind(String xid)呢

Beta Was this translation helpful? Give feedback.
All reactions