andrewglowacki commented on issue #2331: URL: https://github.com/apache/accumulo/issues/2331#issuecomment-953758415
I have not observed this happen on the main branch, but I see `catch Exception` is still there instead of `catch Throwable`. I do agree though that if this were to happen in main, the JVM would be terminated by the changes to NamingTheadFactory. I suppose that would theoretically resolve this considering the user code is notified (albeit aggressively). However, I would probably be unhappy if processes kept restarting randomly because of it. -- 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]
