ivakegg commented on a change in pull request #392: Fixes ACCUMULO-4832 WAL
warnings
URL: https://github.com/apache/accumulo/pull/392#discussion_r170730003
##########
File path:
server/tserver/src/main/java/org/apache/accumulo/tserver/log/TabletServerLogger.java
##########
@@ -338,10 +338,9 @@ private void write(final Collection<CommitSession>
sessions, boolean mincFinish,
success = (currentLogSet == logSetId.get());
}
} catch (DfsLogger.LogClosedException ex) {
- writeRetry.logRetry(log, "Logs closed while writing");
+ writeRetry.logRetry(log, "Logs closed while writing", ex);
Review comment:
Now that the first message is debug, I can guarantee this is no worse that
what we had before in terms of logging warnings. I have added one additional
debug message stemming from the catch(Exception e) case.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services