maoling commented on a change in pull request #1138: ZOOKEEPER-3546 - Allow 
optional deletion of never used Container Nodes
URL: https://github.com/apache/zookeeper/pull/1138#discussion_r344577829
 
 

 ##########
 File path: 
zookeeper-server/src/main/java/org/apache/zookeeper/server/ContainerManager.java
 ##########
 @@ -58,10 +59,25 @@
      *                     herding of container deletions
      */
     public ContainerManager(ZKDatabase zkDb, RequestProcessor 
requestProcessor, int checkIntervalMs, int maxPerMinute) {
+        this(zkDb, requestProcessor, checkIntervalMs, maxPerMinute, 
Integer.MAX_VALUE);
+    }
 
 Review comment:
   Long.MAX_VALUE ?

----------------------------------------------------------------
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

Reply via email to