keith-turner commented on a change in pull request #392: Fixes ACCUMULO-4832 
Initial log message for retries is debug, and ...
URL: https://github.com/apache/accumulo/pull/392#discussion_r170724553
 
 

 ##########
 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:
   Seems like the warning will still happen during normal operations?

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

Reply via email to