ivakegg commented 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 also me 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: [email protected]
