dlmarion opened a new pull request #2282: URL: https://github.com/apache/accumulo/pull/2282
Commit e62ace6a9d37572d95999f5412c6148efbba50b9 removed SimpleTimer in favor of a new ThreadPools class that centralized the creation of thread pools. However, I missed the fact that SimpleTimer used a shared thread pool. This change reintroduces a shared generic ScheduledThreadPoolExecutor that can be obtained by calling ServerContext.getSharedGenericScheduledExecutorService(). Closes #2280 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
