keith-turner commented on issue #1644:
URL: https://github.com/apache/accumulo/issues/1644#issuecomment-651412354
> I believe we need a little more than that. If the minor compaction blows
out for any reason, the TabletMemory should be tagged as failing such that the
waitForMinC does not hang indefinitely, and perhaps also will throw an
exception.
If you want to retry on everything then that would be all Errors and
RuntimeExceptions, anything extending those two types can be thrown without
being declared.
```java
} catch (RuntimeException | Error e) {
```
----------------------------------------------------------------
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]