Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to filter running compactions in the monitor #4940

Open
keith-turner opened this issue Oct 3, 2024 · 0 comments · May be fixed by #4986
Open

Add ability to filter running compactions in the monitor #4940

keith-turner opened this issue Oct 3, 2024 · 0 comments · May be fixed by #4986
Assignees
Labels
enhancement This issue describes a new feature, improvement, or optimization.
Milestone

Comments

@keith-turner
Copy link
Contributor

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.

  • hostname regex
  • resource group regex
  • table id regex
  • age range, like show compaction where the age is >10m.

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.

@keith-turner keith-turner added the enhancement This issue describes a new feature, improvement, or optimization. label Oct 3, 2024
@keith-turner keith-turner added this to the 4.0.0 milestone Oct 3, 2024
@DomGarguilo DomGarguilo self-assigned this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue describes a new feature, improvement, or optimization.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants