-
Notifications
You must be signed in to change notification settings - Fork 530
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 per-tenant compaction window #3129
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this referenceable using the old overrides config style? we might need it to be to used in our internal clusters since we haven't migrated forward.
The config is bi-directional, but you can chose only new or legacy at a time. I updated the round-trip test for this change. |
Good call. I see the code now 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. nice!
What this PR does:
Add a
compaction_window
override to be used per-tenant. This will allow large and small tenants to scale the window independently and be a little more flexible.Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]