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