keith-turner commented on a change in pull request #392: Fixes ACCUMULO-4832
WAL warnings
URL: https://github.com/apache/accumulo/pull/392#discussion_r171026934
##########
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:
These were the final counts from the test I was running against 1.7.4 RC0.

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