[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15939307#comment-15939307
 ] 

ASF GitHub Bot commented on ZOOKEEPER-2736:
-------------------------------------------

GitHub user vincentpoon opened a pull request:

    https://github.com/apache/zookeeper/pull/205

    ZOOKEEPER-2736 Add a connection rate limiter

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vincentpoon/zookeeper ZOOKEEPER-2736

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/205.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #205
    
----
commit fcbc77c41f0dd71035c3f7426a7c63e7a75cb416
Author: Vincent <[email protected]>
Date:   2017-03-23T22:11:57Z

    ZOOKEEPER-2736 Add a connection rate limiter

----


> 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.4.9, 3.5.2
>            Reporter: Vincent Poon
>         Attachments: ZOOKEEPER-2736.v1.patch
>
>
> 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)

Reply via email to