keith-turner opened a new issue, #5546: URL: https://github.com/apache/accumulo/issues/5546
**Describe the bug** Server processes like the manager and tserver create some threads which must be running for the process to be healthy. Currently should these threads exit w/ an exception the process would not be healthy. **Expected behavior** All threads created by Accumulo servers processes that are always expected to be running should use the new `Threads.createCriticalThread` method add in #5543. Looked at the current usage of `Threads.createThread.*` methods and saw a few candidates to use the new mthod. -- 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-unsubscr...@accumulo.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org