From cd88a718e56135a3285653adb3ab2be251febec7 Mon Sep 17 00:00:00 2001 From: Emanuele Sabellico Date: Mon, 15 Apr 2024 11:40:09 +0200 Subject: [PATCH] Add issues --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49bda67486..f31cac8ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,7 +53,8 @@ librdkafka v2.3.1 is a maintenance release: Metadata refreshes without partition leader change could lead to a loop of metadata calls at fixed intervals. Solved by stopping metadata refresh when all existing metadata is non-stale. Happening since 2.3.0 (#4679). - * A partition migration could happen, using stale metadata, when the partition + * Issues: #4687. + A partition migration could happen, using stale metadata, when the partition was undergoing a validation and being retried because of an error. Solved by doing a partition migration only with a non-stale leader epoch. Happening since 2.1.0 (#4680).