dlmarion commented on issue #3386: URL: https://github.com/apache/accumulo/issues/3386#issuecomment-1544465591
> > @cawaring - You didn't see any messages like [this](https://github.com/apache/accumulo/blob/2.1/core/src/main/java/org/apache/accumulo/core/util/threads/AccumuloUncaughtExceptionHandler.java#L67) ? > > Looking at the referenced code, we do not do the recursive check for an error when the top level exception is not an error. So if an exception wraps an error it will not halt. Correct. However, if an exception was raised in the minc thread and was uncaught, as you suggested earlier, then there should be an ERROR message in the log with the stack trace. -- 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]
