cshannon commented on PR #3375: URL: https://github.com/apache/accumulo/pull/3375#issuecomment-1536185268
If we are going to try and handle Errors here we should at least narrow the scope to certain ones (like no class def found). There are a lot of Errors we don't want to handle and should crash. Specifically, any [VirtualMachineErrors](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/VirtualMachineError.html) we would never want to convert to a RuntimeException. These types of Errors include OOM, StackOverflow, etc. -- 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]
