You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/12/15 13:32:09 UTC

[GitHub] [incubator-shardingsphere] lirengui opened a new issue #3740: In query when the number of parameters reaches a certain number, SS exhausts the number of MySQL connections

lirengui opened a new issue #3740: In query when the number of parameters reaches a certain number, SS exhausts the number of MySQL connections
URL: https://github.com/apache/incubator-shardingsphere/issues/3740
 
 
   Sharding proxy is divided into 10 libraries, and each library is configured with 200 connection numbers. When querying in function, when the parameters in in reach 500, Ss will throw an exception that it can't get the connection number. The reason is that SS has consumed the 200 connection numbers of MySQL. When I increase the connection number to 500, I won't throw the exception. What's the connection number configured in this way If there are hidden dangers, how can we solve them

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services