dlmarion commented on pull request #1818: URL: https://github.com/apache/accumulo/pull/1818#issuecomment-738309134
I consolidated most of the Thread and ThreadPool creation down to a consistent code path through new classes called Threads and ThreadPools. All threads created are Daemon and have an UncaughtExceptionHandler set on them. The UncaughtExceptionHandler implementation will halt the JVM when it runs into serious errors. ---------------------------------------------------------------- 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]
