keith-turner commented on PR #3955: URL: https://github.com/apache/accumulo/pull/3955#issuecomment-1815354158
This would not be a change for this PR and not sure about the concept, but looking at this PR made me think of putting compaction tmp files in a different place instead of the tablet dir. Like maybe for each volume and each table we have a compacting dir where active compactions store data. For example each volume could have a dir like `compactions/<table id>` that contains files for running compactions. The benefit of this is that it makes it quick to find all files for running compactions. One downside is that it adds code complexity (like this dir would need to be cleaned up on table deletion). -- 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]
