milleruntime commented on a change in pull request #1057: restore exception 
handling #949 #1005
URL: https://github.com/apache/accumulo/pull/1057#discussion_r269263401
 
 

 ##########
 File path: 
server/tserver/src/main/java/org/apache/accumulo/tserver/log/TabletServerLogger.java
 ##########
 @@ -302,6 +302,12 @@ public void run() {
               }
             }
 
+            try {
+              nextLog.offer(t, 12, TimeUnit.HOURS);
+            } catch (InterruptedException ex) {
+              // ignore
+            }
+
 
 Review comment:
   It looks like this was added back but just in a different place?

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


With regards,
Apache Git Services

Reply via email to