-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Updated changelog to make sure the important change with index-cache-size is known. #913
Conversation
CHANGELOG.md
Outdated
- [#873](https://github.com/improbable-eng/thanos/pull/873) Store: fix set index cache LRU | ||
|
||
:warning: **WARING** :warning: #873 fix fixes actual handling of `index-cache-size`. Handling of limit for this cache was | ||
broken so it was unbounded all the time. From this release actual value matters and is extremely low by default. To make "revert" |
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.
make
doesn't seem in place here
CHANGELOG.md
Outdated
|
||
:warning: **WARING** :warning: #873 fix fixes actual handling of `index-cache-size`. Handling of limit for this cache was | ||
broken so it was unbounded all the time. From this release actual value matters and is extremely low by default. To make "revert" | ||
the old behaviour (no boundary), but here large enough value. |
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.
put here a large enough value
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.
1 nit, LGTM otherwise.
CHANGELOG.md
Outdated
|
||
:warning: **WARING** :warning: #873 fix fixes actual handling of `index-cache-size`. Handling of limit for this cache was | ||
broken so it was unbounded all the time. From this release actual value matters and is extremely low by default. To "revert" | ||
the old behaviour (no boundary), put here a large enough value. |
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.
nit: put here a large enough value.
-> use a large enough value.
…size is known. Signed-off-by: Bartek Plotka <[email protected]>
…size is known. (thanos-io#913) Signed-off-by: Bartek Plotka <[email protected]>
No description provided.