sujithsimon22 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_r332828220
##########
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:
I have added this as a seperator for this function. Since the other
functions added above this function had used this as a seperator, I followed
the same inorder to maintain consistency
----------------------------------------------------------------
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