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_r170727961
 
 

 ##########
 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 don't have a good feel for how many times the code retries in this 
situation.  I wonder if the warning will show up when there is not a problem.

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