dlmarion opened a new pull request #2346:
URL: https://github.com/apache/accumulo/pull/2346
Changes include:
1. Don't halt the client VM when an unhandled Error occurs, try to report
it back to the client. This required reverting some of the changes from PR
#1689. This includes:
a. Modified AccumuloUncaughtExceptionHandler to not halt the VM unless
it was running in an Accumulo server process
b. Be sure to report back to client any exceptions/errors that happen in
background threads
2. Consolidated client ThreadPools usage to one location, provide better
clean-up of client ThreadPools. This includes:
a. Consolidated client ThreadPools calls to ClientThreadPools class
accessible from ClientContext
b. Be sure that all client ThreadPools use a Cleaner when close() might be
missed
--
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]