chendihao created ZOOKEEPER-2041:
------------------------------------

             Summary: maxClientCnxns should limit connections for each process 
rather than ip
                 Key: ZOOKEEPER-2041
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2041
             Project: ZooKeeper
          Issue Type: Improvement
          Components: server
    Affects Versions: 3.4.4
            Reporter: chendihao


Recently I learned more about maxClientCnxns configuration and read the read 
the code of implement. I know now it's the limitation of the number of 
connection from the same ip.

But actually we may run multiple process in the same server. And if one process 
excesses the limitation of maxClientCnxns, all the ZooKeeper clients will fail 
to connect with ZooKeeper cluster. Can we fix that to make this limitation for 
each process?

Any suggestion is welcome.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to