From 4f7b13e63401de62722650be8675ca2a895bc1bd Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Mon, 17 Jun 2024 16:20:56 +0200 Subject: [PATCH] chore: add changelog entry --- changes/ce/fix-13276.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/fix-13276.en.md diff --git a/changes/ce/fix-13276.en.md b/changes/ce/fix-13276.en.md new file mode 100644 index 000000000..66b52e45a --- /dev/null +++ b/changes/ce/fix-13276.en.md @@ -0,0 +1 @@ +Fix an issue with durable message storage where parts of the internal storage state were not persisted during setup of new storage generation, a concept used internally for managing message expiration and cleanup. This could have manifested as messages being lost after a restart of the broker.