keith-turner commented on a change in pull request #392: Fixes ACCUMULO-4832
WAL warnings
URL: https://github.com/apache/accumulo/pull/392#discussion_r170733956
##########
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:
> I bet your continuous ingest will tell you.
yeah, it will. I think the fix looks good. Testing will tell for sure.
----------------------------------------------------------------
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