EdColeman commented on a change in pull request #1879:
URL: https://github.com/apache/accumulo/pull/1879#discussion_r563424259
##########
File path:
server/tserver/src/main/java/org/apache/accumulo/tserver/log/DfsLogger.java
##########
@@ -224,7 +224,7 @@ public void run() {
}
private void fail(ArrayList<DfsLogger.LogWork> work, Exception ex, String
why) {
- log.warn("Exception " + why + " " + ex);
+ log.warn("Exception {} {}", why, ex, ex);
Review comment:
I think you have an extra ex - or you need another {}.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]