dlmarion opened a new pull request #2554: URL: https://github.com/apache/accumulo/pull/2554
When an ExecutorService's task or Thread in Accumulo encounter an unhandled exception the default UncaughtExceptionHandler will be invoked. An Exception is logged, while an Error is logged and then the VM is terminated. This change allows clients to override the default uncaught exception handling logic so that the client VM is not terminated when an Error happens in a background thread of a client object. Closes #2331 and supersedes #2346 -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org