maoling commented on a change in pull request #1108: ZOOKEEPER-2238: Support
limiting the maximum number of connections/clients to a zookeeper server
URL: https://github.com/apache/zookeeper/pull/1108#discussion_r332430554
##########
File path:
zookeeper-server/src/main/java/org/apache/zookeeper/server/ZooKeeperServerBean.java
##########
@@ -403,4 +403,10 @@ public int getLargeRequestThreshold() {
public void setLargeRequestThreshold(int threshold) {
zks.setLargeRequestThreshold(threshold);
}
+
+ ///////////////////////////////////////////////////////////////////////////
Review comment:
why need this?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services