MilanTyagi2004 commented on issue #37404: URL: https://github.com/apache/shardingsphere/issues/37404#issuecomment-3675807543
@ShenFeng312 @terrymanu Hi, I’ve submitted a PR (#37441) addressing this issue. Root cause I found: The Process is created during execution, but the MySQL thread id is never explicitly bound to the ConnectionSession after authentication. As a result, Statement.cancel() / KILL QUERY cannot correctly target the backend MySQL connection in proxy cluster mode. The PR adds an explicit binding after authentication. Happy to adjust the approach if there’s a preferred lifecycle hook or design for this association. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
