dlmarion commented on issue #2331:
URL: https://github.com/apache/accumulo/issues/2331#issuecomment-953837101
```
this:
catch (Exception e) {
should be changed to:
catch (Throwable e) {
```
We stopped catching Throwable in #1840. Regarding the work done in #1818 ,
each Thread will have an uncaughtExceptionHandler that will terminate the VM on
Error. I'm not suggesting that you should catch Error, but if the code in the
Thread did so, then the VM would not terminate. Would you be able to provide
client-side and server-side stack traces?
--
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]