kutouziUk commented on issue #7459: URL: https://github.com/apache/incubator-seata/issues/7459#issuecomment-2993434366
> Hey [@kutouziUk](https://github.com/kutouziUk)! Based on our analysis of your issue, I'd suggest updating the title to better like 'Connection pool reuse causes XID binding conflict in AT mode' 我有一个疑问,请解答一下。我自己调试的时候发现每次都是新创建的ConnectionProxy ``` public ConnectionProxy(DataSourceProxy dataSourceProxy, Connection targetConnection) { super(dataSourceProxy, targetConnection); } ``` context 每次都是新的,什么情况下ConnectionProxy会被复用,导致context被复用了? -- 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 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