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

Reduce default multilevel index cache max async concurrency to 3 #6265

Merged

Conversation

SungJin1212
Copy link
Member

@SungJin1212 SungJin1212 commented Oct 14, 2024

Change -blocks-storage.bucket-store.index-cache.memcached.max-async-concurrency default value 50 to 3 as mentioned in #6249

Which issue(s) this PR fixes:
Fixes #

Checklist

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

@SungJin1212 SungJin1212 force-pushed the Change-index-cache-concurrency branch from 86a621f to ff49d31 Compare October 14, 2024 12:01
@SungJin1212 SungJin1212 changed the title Add index cache max-async-concurrency (50 to 3) Add index cache max async concurrency Oct 14, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 14, 2024
Copy link
Contributor

@yeya24 yeya24 left a comment

Choose a reason for hiding this comment

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

Thanks

@yeya24 yeya24 merged commit 983413e into cortexproject:master Oct 14, 2024
16 checks passed
@@ -2,6 +2,7 @@

## master / unreleased

* [CHANGE] Change default value of `-blocks-storage.bucket-store.index-cache.memcached.max-async-concurrency` from `50` to `3` #6265
Copy link
Contributor

Choose a reason for hiding this comment

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

Oops. I think the changelog is wrong. You changed -blocks-storage.bucket-store.index-cache.multilevel.max-async-concurrency not -blocks-storage.bucket-store.index-cache.memcached.max-async-concurrency.

Let's create a new PR to change all async concurrency to 3, including Redis cache

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank you for catching my mistake. I will be making another PR.

@yeya24 yeya24 changed the title Add index cache max async concurrency Reduce index cache max async concurrency to 3 Oct 18, 2024
@yeya24 yeya24 changed the title Reduce index cache max async concurrency to 3 Reduce default multilevel index cache max async concurrency to 3 Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/store-gateway lgtm This PR has been approved by a maintainer size/XS storage/blocks Blocks storage engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants