apache / accumulo

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

Add ability to filter running compactions in the monitor #4940

Open keith-turner opened 1 month ago

keith-turner commented 1 month ago

Is your feature request related to a problem? Please describe.

The monitor shows a list of running compactions. Currently as the number of running compactions increases, the ability to get useful information from this list decreases.

Describe the solution you'd like

The list of running compactions is a table with a few fields. This page would be more useful if it was possible to filter on some of those fields. Having at least the following filters for this list would make the page much more useful for larger numbers of running compactions.

Describe alternatives you've considered

Could remove the list of running compactions instead of adding filtering, but it currently shows useful information per compaction if one can find a compaction of interest.