keith-turner opened a new issue, #3467: URL: https://github.com/apache/accumulo/issues/3467
In #3460 a basic conditional mutation check was added to ensure a tablet has no compactions running. This check was used when adding a compaction to a tablet. The check is too restrictive and will only allow a single concurrent compaction per tablet. What is needed is a conditional check that examines any existing running compactions and ensures their files are disjoint with the new compaction being added. The check #3460 ensure files are disjoint by only allowing one at a time. -- 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]
