ddanielr opened a new pull request, #4079: URL: https://github.com/apache/accumulo/pull/4079
Handles a `NullElementException` that is thrown if `getLowestPriority` is called on an empty compaction priority queue. This is expected to fix the flaky MetricsIT test as the metric `METRICS_COMPACTOR_JOB_PRIORITY_QUEUE_JOBS_PRIORITY` will always return a value for a given queue. @keith-turner If a queue is empty, what should the queue priority return? Right now it's `0` but I'm not sure if that's the correct "empty" value we want to set. -- 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]
