-
Notifications
You must be signed in to change notification settings - Fork 804
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
Deprecate cache interval #2040
Deprecate cache interval #2040
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.
LGTM
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.
@owen-d do you mind rebasing master
, please? We've merge the release 0.6.0
and you would need to move your CHANGELOG.md
entry to the top of the file (remember to keep entries grouped by type).
50b497d
to
c8e31e1
Compare
…eries-by-interval Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
b897813
to
4e8794d
Compare
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
1e877c2
to
bba96ab
Compare
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.
Thanks @owen-d for patiently addressing my feedback! The new design LGTM. I just left a couple of minor comments before approving.
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
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
I added some minor suggestions.
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.
Thanks @owen-d for addressing my feedback. LGTM. Once the nits are solved, we'll merge it.
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
What
This PR deprecates
frontend.cache-split-interval
in favor of usingquerier.split-queries-by-interval
, reducing the configuration burden. Additionally, these two configurations should be in alignment when both splitting and caching middlewares are enabled, which is now ensured. In order to not cause compatibility issues, it will continue to use the oldfrontend.cache-split-interval
when specified, but log a deprecation message.Issue
closes #2038