ddanielr opened a new issue, #3635: URL: https://github.com/apache/accumulo/issues/3635
Each CompactionJobPriorityQueue needs to have a independently configurable queue length for resource management. Multiple queues can belong to a given Compaction service. However, each queue is only defined by the executorId (queue name) as the identifying reference and not a corresponding service. Because of this, #3547 will probably need to be resolved first before this ticket can be worked. This issue is required to test rejected job metrics in #3551. To avoid being blocked I've gone ahead and created a temporary property called `MANAGER_COMPACTION_SERVICE_PRIORITY_QUEUE_SIZE` which is included in #3551 This property is used for all priorityQueues created by the Manager. So it does not fulfill the scope of this issue, just allows for the metric queue generation work to be closed out. I've linked this ticket in the code and marked the property as `Experimental` -- 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]
