dlmarion opened a new pull request, #4628: URL: https://github.com/apache/accumulo/pull/4628
Added interrupt method on FileCompactor that is set to true in CompactableUtils when the majc env is no longer enabled. FileCompactor.interrupt sets an AtomicBoolean to true, and the reference to the AtomicBoolean is set on the RFiles. Only internal compactions will use this interrupt behavior as external compactions already interrupt the compaction thread when compaction cancellation is requested. Fixes #4485 -- 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]
