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

 ##########
 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:
   It is unnecessary, doesn't make any difference, thanks for noticing it.
   I just committed this by accident, I will revert.

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