EdColeman opened a new pull request, #3375: URL: https://github.com/apache/accumulo/pull/3375
Scan issues that throw Errors were not handled and caused the process to terminate. The errors can be caused by user code, and should kill the scan thread, not the entire process. Translating Errors to RuntimeExceptions allows the thread exception handler to process the exception, but prevents killing the process. Adds a test iterator that can throw Errors and validates an exception on scan propagates to the client, but process is not killed. -- 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]
