RaigorJiang opened a new issue, #35299: URL: https://github.com/apache/shardingsphere/issues/35299
## Bug Report ### Which version of ShardingSphere did you use? 5.5.3-SNAPSHOT 99aef45f4fe7eafbbca1ca7092f15fdb883fd460 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior show processlist displays all sessions ### Actual behavior Sometimes all sessions are shown, sometimes some are missing ### Reason analyze (If you can) When waiting for each node to report, it may exit early ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. 1. Start multiple ShardingSphere-Proxy nodes and join the same cluster 2. Start multiple mysql clients and connect to different proxy nodes 3. Execute `select sleep(200)` on each client 4. Connect to any proxy and execute `show processlist` and observe multiple times ### Example #### Case1 <img width="1070" alt="Image" src="https://github.com/user-attachments/assets/e6e3af18-c22b-499b-8b8f-8a28a4000b56" /> #### Case2 <img width="1006" alt="Image" src="https://github.com/user-attachments/assets/15329486-9b4a-4a4e-95df-6d47366049a8" /> -- 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...@shardingsphere.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org