Skip to content
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

Switched store-gateway query concurrency limit from per-tenant to shared #2797

Conversation

pracucci
Copy link
Contributor

@pracucci pracucci commented Jun 26, 2020

What this PR does:
The store-gateway currently has a per-tenant query concurrency limit, but it's not much useful in a multi-tenant cluster because what we really want to protect is from the concurrent number of queries in a store-gateway instance. I've done this change into Thanos first and then in this PR I'm switching the limit from per-tenant to a shared one.

Which issue(s) this PR fixes:
N/A

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@pracucci pracucci requested a review from pstibrany June 26, 2020 08:37
Signed-off-by: Marco Pracucci <[email protected]>
Copy link
Contributor

@pstibrany pstibrany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Signed-off-by: Marco Pracucci <[email protected]>
@pracucci pracucci merged commit 6e580b6 into cortexproject:master Jun 26, 2020
@pracucci pracucci deleted the per-cluster-store-gateway-max-concurrency branch June 26, 2020 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants