ddanielr opened a new pull request, #3657:
URL: https://github.com/apache/accumulo/pull/3657

   Part of the preliminary work for #3635 and closes #3547.
   
   Adds the compaction service name as a prefix to the queue name. 
   This ensures that queues are always unique for a given service. 
   
   Compaction service name: `cs1`
   Old queue name: `e.testQueue`
   New queue name: `e.cs1.testQueue`. 
   
   Both the root table and the metadata table were using the same compaction 
queue, I updated the configs to create a common `system` compaction service for 
them to both use. 
   
   A follow-on would be to remove the `e.` prefix, however that should be done 
at a later date when also deprecating internal compactors as `e.` and `i.` are 
both uses for compaction type logic checks. 
   
   @keith-turner this PR should enforce a 1:1 mapping between Compaction 
Service and Compaction Priority Queue.  


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