keith-turner opened a new pull request, #5168:
URL: https://github.com/apache/accumulo/pull/5168

   When reserving a set of files for compaction the conditional mutation would 
require the current set of compactions it read in a tablet to be the same when 
adding a compaction.  On a busy tablet that has lots of compactions starting 
and stopping this set is rapidly changing and this would cause the conditional 
mutation to fail and retry.
   
   To avoid this the conditional mutation was improved to check that the set of 
files being added for compaction to the tablet do not exist in any current 
compactions.  This check will no longer fail for changes to compactions on 
unrelated files.


-- 
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]

Reply via email to