milleruntime commented on issue #1644: URL: https://github.com/apache/accumulo/issues/1644#issuecomment-651303156
It looks like a NoClassDefFoundError will slip through the try/catch in MinorCompator [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. ---------------------------------------------------------------- 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]
