dlmarion commented on pull request #1818: URL: https://github.com/apache/accumulo/pull/1818#issuecomment-736057745
I made the modifications you requested. I also found another case where Threads were being created, in a class called `Daemon`. I'm starting to think I should create a class called `Threads` and consolidate all of the ThreadPoolExecutor, ExecutorService and SimpleTimer code. Also, I think we can replace SimpleTimer with ScheduledThreadPoolExecutor. ---------------------------------------------------------------- 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]
