-
Notifications
You must be signed in to change notification settings - Fork 537
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
Change memcached client default timeout setting #1000
Conversation
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! Could you rebase, please? I just merged another PR touching config.
b4f533d
to
84c641c
Compare
84c641c
to
2463ca3
Compare
@@ -242,6 +242,11 @@ | |||
* `-blocks-storage.bucket-store.index-cache.memcached.max-idle-connections` |
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.
I just noticed the indentation of the sublists above is wrong. Can you fix them too, please?
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.
That must be very subtle.
Maybe my eye is betraying me, but after reviewing, that list seems to have the same indentation level as the rest. 🤔
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.
I think this might be some rendering issue on GitHub, when checking out the code it looks the same as the others to me
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.
Could be. I'm going to merge this PR and I will double check it, just in case.
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.
Yeah, I can't see anything wrong locally and it also renders fine here:
https://github.com/grafana/mimir/blob/main/CHANGELOG.md
What this PR does:
*.memcached.timeout
to200ms
Which issue(s) this PR fixes:
Fixes grafana/mimir-squad#495
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]