From 2e7887bbf0a01d425bfa2e607ceef5215e8b1d70 Mon Sep 17 00:00:00 2001 From: Saswata Mukherjee Date: Mon, 28 Aug 2023 16:34:39 +0530 Subject: [PATCH] Cut patch release `v0.32.1` (#6670) * store: fix error handling in decodePostings (#6650) Signed-off-by: Michael Hoffmann * store: fix ignored error in postings (#6654) Signed-off-by: Michael Hoffmann * Store: fix bufio pool handling (#6655) Signed-off-by: Michael Hoffmann * Fix mutable stringset memory usage (#6669) This commit fixes the Insert function for the mutable stringset to only insert unique labels instead of adding every label to the set. Signed-off-by: Filip Petkovski * Cut patch release v0.32.1 Signed-off-by: Saswata Mukherjee --------- Signed-off-by: Michael Hoffmann Signed-off-by: Filip Petkovski Signed-off-by: Saswata Mukherjee Co-authored-by: Michael Hoffmann Co-authored-by: Filip Petkovski --- CHANGELOG.md | 15 +++++++++++++++ groupcache.yml | 10 ++++++++++ scripts/groupcache.yml | 10 ++++++++++ 3 files changed, 35 insertions(+) create mode 100644 groupcache.yml create mode 100644 scripts/groupcache.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 958de4e026..9cd6e23dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,21 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Removed +## [v0.32.1](https://github.com/thanos-io/thanos/tree/release-0.32) - 28.08.2023 + +### Fixed + +- [#6650](https://github.com/thanos-io/thanos/pull/6650) Store: fix error handling in decodePostings +- [#6654](https://github.com/thanos-io/thanos/pull/6654) Store: fix ignored error in postings +- [#6655](https://github.com/thanos-io/thanos/pull/6655) Store: fix bufio pool handling +- [#6669](https://github.com/thanos-io/thanos/pull/6669) Store: Fix mutable stringset memory usage + +### Added + +### Changed + +### Removed + ## [v0.32.0](https://github.com/thanos-io/thanos/tree/release-0.32) - 23.08.2023 ### Added diff --git a/groupcache.yml b/groupcache.yml new file mode 100644 index 0000000000..c4111367e7 --- /dev/null +++ b/groupcache.yml @@ -0,0 +1,10 @@ +type: GROUPCACHE +config: + self_url: http://localhost:10906 + peers: + - http://localhost:10906 + groupcache_group: groupcache_test_group +blocks_iter_ttl: 0s +metafile_exists_ttl: 0s +metafile_doesnt_exist_ttl: 0s +metafile_content_ttl: 0s diff --git a/scripts/groupcache.yml b/scripts/groupcache.yml new file mode 100644 index 0000000000..c4111367e7 --- /dev/null +++ b/scripts/groupcache.yml @@ -0,0 +1,10 @@ +type: GROUPCACHE +config: + self_url: http://localhost:10906 + peers: + - http://localhost:10906 + groupcache_group: groupcache_test_group +blocks_iter_ttl: 0s +metafile_exists_ttl: 0s +metafile_doesnt_exist_ttl: 0s +metafile_content_ttl: 0s