-
Notifications
You must be signed in to change notification settings - Fork 814
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
Reduce default multilevel index cache max async concurrency to 3 #6265
Conversation
Signed-off-by: SungJin1212 <[email protected]>
86a621f
to
ff49d31
Compare
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
@@ -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 |
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.
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
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.
Thank you for catching my mistake. I will be making another PR.
Change
-blocks-storage.bucket-store.index-cache.memcached.max-async-concurrency
default value 50 to 3 as mentioned in #6249Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]