eolivelli commented on a change in pull request #1254: ZOOKEEPER-2164: Quorum 
members can not rejoin after restart
URL: https://github.com/apache/zookeeper/pull/1254#discussion_r385222073
 
 

 ##########
 File path: 
zookeeper-server/src/test/java/org/apache/zookeeper/test/QuorumUtil.java
 ##########
 @@ -97,7 +101,7 @@ public QuorumUtil(int n, int syncLimit) throws 
RuntimeException {
             N = n;
             ALL = 2 * N + 1;
             tickTime = 2000;
-            initLimit = 3;
+            initLimit = 5;
 
 Review comment:
   why are you changing this 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