apache / accumulo

Apache Accumulo
https://accumulo.apache.org
Apache License 2.0
1.08k stars 445 forks source link

Metric accumulo.tserver.compactions.majc.running may not be needed anymore #5062

Closed keith-turner closed 3 days ago

keith-turner commented 2 weeks ago

Describe the bug

The metric accumulo.tserver.compactions.majc.running is being emitted by the manager. This metric may no longer be needed, this information can be computed by summing idle metrics from compactors. If the metric is still needed, it be being computed incorrectly because this count was observed to be higher than the known number of actual running compactions.

Expected behavior

The metric accumulo.tserver.compactions.majc.running is removed from the manager or corrected if its wrong.