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 2022/03/29 17:31:11 UTC

[GitHub] [accumulo] dlmarion commented on a change in pull request #2593: Use ServerContext.getScheduledExecutor where appropriate

dlmarion commented on a change in pull request #2593:
URL: https://github.com/apache/accumulo/pull/2593#discussion_r837732650



##########
File path: server/manager/src/main/java/org/apache/accumulo/manager/ManagerTime.java
##########
@@ -64,6 +64,8 @@ public ManagerTime(Manager manager, AccumuloConfiguration conf) throws IOExcepti
       throw new IOException("Error updating manager time", ex);
     }
 
+    // Previous versions of this class did not use a shared thread pool, it created its own
+    // Timer instance.

Review comment:
       Comment removed in e71efba




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

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org