GitHub user lvfangmin opened a pull request:
https://github.com/apache/zookeeper/pull/623
[ZOOKEEPER-3146] Limit the maximum client connections per IP in
NettyServerCnxnFactory
Add similar max cnxn per ip throttling logic to Netty implementation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lvfangmin/zookeeper ZOOKEEPER-3146
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/623.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 #623
----
commit 43bef3a6f91af7cc224122907e35b55d2d2db3c0
Author: Fangmin Lyu <allenlyu@...>
Date: 2018-09-12T19:25:01Z
Limit the maximum client connections per IP in NettyServerCnxnFactory
----
---