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/10/16 08:44:04 UTC

[GitHub] [incubator-shardingsphere] Myshiner opened a new issue #3294: How to compute the max pool size of sharding-proxy ?

Myshiner opened a new issue #3294: How to compute the max pool size of sharding-proxy ?
URL: https://github.com/apache/incubator-shardingsphere/issues/3294
 
 
   Project: Sharding-proxy
   Version: v3.1.0 & v4.x
   ## Question
   How can i count the total connections of sharding-proxy ? should I use "netstat -an|grep :3307|wc -l" to compute on the server ? 
   And what's more, what's the max pool size of sharding-proxy ? Does it equal to total of "MaxPoolSize" in the config-master_salve.yaml and config-sharding.yaml ? For example, if i set MaxPoolSize to 50 with master node and 40 with slave node in config-sharding.yaml, and the MaxPoolSize be set to 100 with master node and 100 with slave node in config-sharding.yaml, then the total MaxPoolSize is 290 ?
   
   Thank you !
   

----------------------------------------------------------------
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