kaisun2000 commented on a change in pull request #1227:
URL: https://github.com/apache/helix/pull/1227#discussion_r475819672



##########
File path: 
helix-core/src/main/java/org/apache/helix/tools/ClusterVerifiers/ZkHelixClusterVerifier.java
##########
@@ -213,6 +222,13 @@ public boolean verifyByPolling() {
     return verifyByPolling(DEFAULT_TIMEOUT, DEFAULT_PERIOD);
   }
 
+  protected boolean _isLogMore = false;

Review comment:
       We can use LOG.info and enable org.apache.helix.tools.ClusterVerifiers 
info log in log4j. But this option would means by default it is not enabled. 
However, some test only times out occasionally. Then we can't catch it on the 
spot and it is hard to reproduce. 
   
   Once we are good with this test in github, we can consider to make it to use 
LOG?




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to