-
Notifications
You must be signed in to change notification settings - Fork 532
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
Enable streaming chunks from store-gateways to queriers by default #6646
Enable streaming chunks from store-gateways to queriers by default #6646
Conversation
Putting back to draft while I investigate failures in the |
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, glad to see this feature moving forward :)
The caching changes make sense to me. The only suggestions I left are to clarify the comments because it took me some time to get into this code again; maybe more verbose comments make this easier next time around
The CHANGELOG has just been cut to prepare for the next Mimir release. Please rebase |
23602e3
to
7ba1472
Compare
# Conflicts: # cmd/mimir/help-all.txt.tmpl # docs/sources/mimir/configure/about-versioning.md # pkg/querier/querier.go
# Conflicts: # CHANGELOG.md
…st with store-gateway chunks streaming enabled.
…eRunningInSingleBinaryMode
# Conflicts: # integration/querier_test.go
95ae131
to
91646ed
Compare
#8039 has been running in production at Grafana for a few weeks now without any issues, so I think this is good to go 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.
awesome, LGTM!
What this PR does
Similar to #6174, this PR enables streaming chunks from store-gateways to queriers by default.
This feature has been enabled in production at Grafana Labs for quite some time now, and we've had no issues with it.
I've left the option to enable / disable this feature as experimental so that we can remove it in 2.14 and always prefer streaming chunks.
Which issue(s) this PR fixes or relates to
(none)
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]