You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Vincent Poon (JIRA)" <ji...@apache.org> on 2017/03/23 18:31:41 UTC

[jira] [Created] (ZOOKEEPER-2736) Add a connection rate limiter

Vincent Poon created ZOOKEEPER-2736:
---------------------------------------

             Summary: Add a connection rate limiter
                 Key: ZOOKEEPER-2736
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2736
             Project: ZooKeeper
          Issue Type: Improvement
          Components: server
    Affects Versions: 3.5.2, 3.4.9
            Reporter: Vincent Poon


Currently the maxClientCnxns property only limits the aggregate number of connections from a client, but not the rate at which connections can be created.

This patch adds a configurable connection rate limiter which limits the rate as well.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)