GitHub user kutouziUk added a comment to the discussion: bind xid: 
172.17.0.15:8092:27681535134726645, while current xid: 
172.17.0.15:8092:27681535134726611

通过traceId确实发现窜线程了
活动服务,请求A-traceId(322f316e7aaf4159b5aa579aa040f5b8) ,事务发起者,申请xid: 
172.17.0.15:8092:27681535134726611 调用 二维码服务 06-20 11:49:00.007 执行
![image](https://github.com/user-attachments/assets/1cb85736-fde9-4d71-b6f3-775232f9532e)
活动服务,请求B-traceId(64eab6d5f2084ee3a5106a5b5e1a3f6c) ,事务发起者,申请xid: 
172.17.0.15:8092:27681535134726627 调用 二维码服务 06-20 11:49:00.007 执行
![image](https://github.com/user-attachments/assets/c996178d-2cd3-4279-b976-f915aaac9e78)

很有可能使用了同一个连接,导致请求A的xid 在请求B中使用了,因为bind(String xid)不会调用两次,只会出现上一次请求遗留的xid还没有被清理?

GitHub link: 
https://github.com/apache/incubator-seata/discussions/7455#discussioncomment-13528707

----
This is an automatically sent email for dev@seata.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@seata.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org
For additional commands, e-mail: dev-h...@seata.apache.org

Reply via email to