-
Notifications
You must be signed in to change notification settings - Fork 529
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
fix: add Overrides to Flusher dependencies to prevent panic on startup #3151
Conversation
The CHANGELOG has just been cut to prepare for the next Mimir release. Please rebase |
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.
Looks good from a docs perspective; leaving the approval to an engineer
The fix LGTM! Please address this to get it merged: |
Signed-off-by: Rohan Kumar <rohankmr414@gmail.com>
Signed-off-by: Rohan Kumar <rohankmr414@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.
Thanks!
Do we know that this really fixes flusher? It would be nice to add integration test for flusher. |
Signed-off-by: Rohan Kumar rohankmr414@gmail.com
What this PR does
This PR adds
Overrides
module as a dependencyFlusher
to prevent panics on startup. Before removing chunks storage in #755, Flusher depended onStore
which depended onOverrides
module, this might be the reason behind panicsWhich issue(s) this PR fixes or relates to
Fixes #2866
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]