kutouziUk opened a new issue, #7459: URL: https://github.com/apache/incubator-seata/issues/7459
### Check Ahead - [x] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description 线上seata服务端从2.0.0升级到2.1.0后,出现 bind xid: 172.17.0.15:8092:27681535134726645, while current xid: 172.17.0.15:8092:27681535134726611,本地无法复现 ### Ⅱ. Describe what happened 通过traceId确实发现xid窜线程了 1、活动服务,请求A-traceId(322f316e7aaf4159b5aa579aa040f5b8) ,事务发起者,申请xid: 172.17.0.15:8092:27681535134726611 调用 二维码服务 06-20 11:49:00.007 执行  2、活动服务,请求B-traceId(64eab6d5f2084ee3a5106a5b5e1a3f6c) ,事务发起者,申请xid: 172.17.0.15:8092:27681535134726627 调用 二维码服务 06-20 11:49:00.007 执行  3、通过本地调试源码,发现每次只会执行一次bind(Strinig xid)。出现上面的情况是发生了连接重用?或者2.1.0存在bug?我无法确定  4、在使用2.0.0期间未发生该问题,但是2.0.0回滚未按照时间倒序回滚会导致回滚失败,所以从2.0.0升级到2.1.0,之后偶尔会出现上面的问题。 ### Ⅲ. Describe what you expected to happen _No response_ ### Ⅳ. How to reproduce it (as minimally and precisely as possible) _No response_ ### Ⅴ. Anything else we need to know? _No response_ ### Ⅵ. Environment Seata 2.1.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org