TeslaCN opened a new issue, #19340: URL: https://github.com/apache/shardingsphere/issues/19340
## Bug Report ### Which version of ShardingSphere did you use? master - 7ccb351cbe7e3606c11f41e42e231acfb11209b8 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior Do something to let client know error occurred. ### Actual behavior ``` Exception in thread "ShardingSphere-Command-0" java.lang.OutOfMemoryError: GC overhead limit exceeded ``` Client blocked and query could not be aborted.  ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. Just execute some `select *` from table with huge rows. -- 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]
