-
Notifications
You must be signed in to change notification settings - Fork 812
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 bug where querier may not be able to achieve max-concurrent #4417
Fix bug where querier may not be able to achieve max-concurrent #4417
Conversation
Signed-off-by: Alvin Lin <[email protected]>
Signed-off-by: Alvin Lin <[email protected]>
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.
Good catch! I suggested different wording for the changelog: we want this text to be meaningful to Cortex admins without needing to read the bug report.
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!
Co-authored-by: Bryan Boreham <[email protected]> Signed-off-by: Alvin Lin <[email protected]>
Co-authored-by: Arve Knudsen <[email protected]> Signed-off-by: Alvin Lin <[email protected]>
Signed-off-by: Alvin Lin <[email protected]>
88f05d7
to
2fbbe42
Compare
…exproject#4417) * Fix bug where querier may not be able to achieve max-concurrent Signed-off-by: Alvin Lin <[email protected]> * Update change log Signed-off-by: Alvin Lin <[email protected]> * Update CHANGELOG.md Co-authored-by: Bryan Boreham <[email protected]> Signed-off-by: Alvin Lin <[email protected]> * Update pkg/querier/worker/worker_test.go Co-authored-by: Arve Knudsen <[email protected]> Signed-off-by: Alvin Lin <[email protected]> * Address PR comments Signed-off-by: Alvin Lin <[email protected]> Co-authored-by: Bryan Boreham <[email protected]> Co-authored-by: Arve Knudsen <[email protected]> Signed-off-by: Alvin Lin <[email protected]>
Signed-off-by: Alvin Lin [email protected]
What this PR does:
This PR fixes #4391
Which issue(s) this PR fixes:
Fixes #4391
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]