keith-turner commented on issue #1644: URL: https://github.com/apache/accumulo/issues/1644#issuecomment-651415176
I think in #925 I chose to catch a specific error and retry because there are probably some errors that should not be retried. The following javadoc has more info. https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Error.html Unfortunately it seems that we have run into two Errors where it completely makes sense to retry. One worst case scenario for retrying on an error would be that it leads to corruption of persistent data that would not have occurred w/o the retry. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
