From 614184e1b4e5a4d5e4c3c80a1bea1e1e57d0b3e6 Mon Sep 17 00:00:00 2001 From: Nick Pillitteri Date: Tue, 13 Dec 2022 16:18:23 -0500 Subject: [PATCH] Changelog note for #3691 Signed-off-by: Nick Pillitteri --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f39fddc6..8fa12359a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ * [ENHANCEMENT] Activity tracker logs now have `component=activity-tracker` label. #3556 * [ENHANCEMENT] Distributor: remove labels with empty values #2439 * [ENHANCEMENT] Query-frontend: track query HTTP requests in the Activity Tracker. #3561 -* [ENHANCEMENT] Store-gateway: Add experimental alternate implementation of index-header reader that does not use memory mapped files. The index-header reader is expected to improve stability of the store-gateway. You can enable this implementation with the flag `-blocks-storage.bucket-store.index-header.stream-reader-enabled`. #3639 #3703 +* [ENHANCEMENT] Store-gateway: Add experimental alternate implementation of index-header reader that does not use memory mapped files. The index-header reader is expected to improve stability of the store-gateway. You can enable this implementation with the flag `-blocks-storage.bucket-store.index-header.stream-reader-enabled`. #3639 #3691 #3703 * [ENHANCEMENT] Query-scheduler: add `cortex_query_scheduler_cancelled_requests_total` metric to track the number of requests that are already cancelled when dequeued. #3696 * [BUGFIX] Log the names of services that are not yet running rather than `unsupported value type` when calling `/ready` and some services are not running. #3625 * [BUGFIX] Alertmanager: Fix template spurious deletion with relative data dir. #3604