You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/03/26 18:49:04 UTC

[GitHub] [accumulo] milleruntime commented on a change in pull request #1057: restore exception handling #949 #1005

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:
users@infra.apache.org


With regards,
Apache Git Services