ivakegg commented on a change in pull request #368: ACCUMULO-4777: fix log messages URL: https://github.com/apache/accumulo/pull/368#discussion_r164924121
########## File path: server/tserver/src/main/java/org/apache/accumulo/tserver/log/TabletServerLogger.java ########## @@ -338,9 +338,10 @@ private void write(final Collection<CommitSession> sessions, boolean mincFinish, success = (currentLogSet == logSetId.get()); } } catch (DfsLogger.LogClosedException ex) { - log.debug("Logs closed while writing, retrying attempt " + writeRetry.retriesCompleted()); + writeRetry.logRetry("Logs closed while writing"); Review comment: yea, I thought about that but also thought that perhaps that is going to far. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services