dlmarion opened a new issue, #5601: URL: https://github.com/apache/accumulo/issues/5601
We have over 50 instances where we are raising an `AssertionError` in the codebase. `AssertionError` extends `Error`, not `Exception`. We have gone through the code and tried to remove the catching of `Error`, although there are still some places where we are doing this (see #3395). Throwing `AssertionError` and not catching it on the server side will cause the JVM to halt. -- 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: notifications-unsubscr...@accumulo.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org