keith-turner opened a new issue, #5545: URL: https://github.com/apache/accumulo/issues/5545
I think you should just call `Runtime.getRuntime().halt(int);` here. `Halt.halt(String)` creates a Thread to log the msg, then calls Runtime.halt(int). For the same reason as above, the log msg may never make it to the log. This suggestion and the one above are consistent with the `Error` handling in the [AccumuloUncaughtExceptionHandler](https://github.com/apache/accumulo/blob/2.1/core/src/main/java/org/apache/accumulo/core/util/threads/AccumuloUncaughtExceptionHandler.java#L67-L76). _Originally posted by @dlmarion in https://github.com/apache/accumulo/pull/5543#discussion_r2084503895_ -- 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