keith-turner commented on a change in pull request #368: ACCUMULO-4777: fix log messages URL: https://github.com/apache/accumulo/pull/368#discussion_r165152800 ########## File path: fate/src/main/java/org/apache/accumulo/fate/zookeeper/RetryFactory.java ########## @@ -21,9 +21,11 @@ */ public class RetryFactory { public static final long DEFAULT_MAX_RETRIES = 10l, DEFAULT_START_WAIT = 250l, DEFAULT_WAIT_INCREMENT = 250l, DEFAULT_MAX_WAIT = 5000l; - public static final RetryFactory DEFAULT_INSTANCE = new RetryFactory(DEFAULT_MAX_RETRIES, DEFAULT_START_WAIT, DEFAULT_WAIT_INCREMENT, DEFAULT_MAX_WAIT); + public static final long DEFAULT_LOG_INTERVAL = 10 * 60 * 1000; Review comment: 1 to 3 minutes ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services