dlmarion commented on issue #2350: URL: https://github.com/apache/accumulo/issues/2350#issuecomment-982618327
I should also note that the External Compactor does cancel an external compaction if a table is deleted. It currently checks every 5 seconds, see [here](https://github.com/apache/accumulo/blob/main/server/compactor/src/main/java/org/apache/accumulo/compactor/Compactor.java#L181). I think the solution here might be to remove the code that throws the RuntimeException in the FileCompactor thread and call the `checkIfCanceled` method after the FileCompactor thread finishes to perform a final check. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
