From b605960ea1fa8f401032b8fc15c4282b437ae9da 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 b75d584968..03f7f1ba03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,7 +64,8 @@ librdkafka v2.4.0 is a feature 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).