You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Fangmin Lv (JIRA)" <ji...@apache.org> on 2018/09/12 19:00:00 UTC

[jira] [Created] (ZOOKEEPER-3146) Limit the maximum client connections per IP in NettyServerCnxnFactory

Fangmin Lv created ZOOKEEPER-3146:
-------------------------------------

             Summary:  Limit the maximum client connections per IP in NettyServerCnxnFactory
                 Key: ZOOKEEPER-3146
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3146
             Project: ZooKeeper
          Issue Type: Improvement
          Components: server
            Reporter: Fangmin Lv
            Assignee: Fangmin Lv
             Fix For: 3.6.0


There is maximum connections per IP limit in NIOServerCnxnFactory implementation, but not exist in Netty, this is useful to avoid spamming happened on prod ensembles. 

This Jira is going to add similar throttling logic in NettyServerCnxnFactory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)