You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/06/29 23:10:39 UTC

[GitHub] [accumulo] keith-turner edited a comment on issue #1644: minor compaction never retries

keith-turner edited a comment on issue #1644:
URL: https://github.com/apache/accumulo/issues/1644#issuecomment-651415176


   I think in #920/#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:
users@infra.apache.org