Run FindCompactionTmpFiles utility via accumulo Admin
Should there be a check to see if the system is up or if there running compactions? If this was run on a system with active compactions, would it find and delete files that were currently being written to be the compaction process?
As a stand-alone utility it is a little harder to run the command - if elevated to an admin utility, would that increase the chances that it would be run on an active system?
Should there be a check to see if the system is up or if there running compactions? If this was run on a system with active compactions, would it find and delete files that were currently being written to be the compaction process?
As a stand-alone utility it is a little harder to run the command - if elevated to an admin utility, would that increase the chances that it would be run on an active system?
FindCompactionTmpFiles first finds the tmp files, then removes from that set any file that is referenced from currently executing compactions.
May want to wait on merging this until after #4807 is merged, because I suspect there will be conflicts, or at least some related changes.