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 19:13:45 UTC

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

ivakegg edited a comment on issue #1644:
URL: https://github.com/apache/accumulo/issues/1644#issuecomment-651306888


   > It looks like a NoClassDefFoundError will slip through the try/catch in MinorCompactor [here](https://github.com/apache/accumulo/blob/0a9837f3f8395d89c5cd7bab7805c4aae28919be/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/MinorCompactor.java#L136). The easiest solution would be to add a NoClassDefFoundError to the catch next to UnsatisfiedLinkError.
   
   The Comparactor.call method could instead be modified to turn the NoClassDefFoundError into a RuntimeException which I believe gets handled appropriately in the MinorCompactor.call method.


----------------------------------------------------------------
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