From e6d1164050f8ac4cf244c50a277d585817941cee Mon Sep 17 00:00:00 2001 From: Vladimir Varankin Date: Wed, 5 Feb 2025 14:17:20 +0100 Subject: [PATCH] update CHANGELOG Signed-off-by: Vladimir Varankin --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 854b79de1c..95d5867e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ * [BUGFIX] Distributor: Fix edge case at the HA-tracker with memberlist as KVStore, where when a replica in the KVStore is marked as deleted but not yet removed, it fails to update the KVStore. #10443 * [BUGFIX] Distributor: Fix panics in `DurationWithJitter` util functions when computed variance is zero. #10507 * [BUGFIX] Ingester: Fixed a race condition in the `PostingsForMatchers` cache that may have infrequently returned expired cached postings. #10500 +* [BUGFIX] Distributor: Report partially converted OTLP requests with status 400 Bad Request. #10588 ### Mixin