From d89ffd67b7440342121506b0221dc835fded5cc9 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 20 Jun 2023 23:48:16 +0400 Subject: [PATCH] List #8629 and #8630 in 3.11.19 release notes (cherry picked from commit c348af1aaa5a9dae4661f69127d1c72ca59e7fbe) --- release-notes/3.11.19.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/release-notes/3.11.19.md b/release-notes/3.11.19.md index e0711201f3a0..5b4ee7103790 100644 --- a/release-notes/3.11.19.md +++ b/release-notes/3.11.19.md @@ -24,6 +24,10 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https:// #### Bug Fixes + * Declaration of a classic queue could run into an exception. + + GitHub issue: [#8629](https://github.com/rabbitmq/rabbitmq-server/pull/8629) + * Nodes that had a large number of quorum queues could observe accumulation of Erlang processes under significant load. A follow-up change to [#7389](https://github.com/rabbitmq/rabbitmq-server/issues/7389). @@ -44,6 +48,13 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https:// GitHub issue: [#8596](https://github.com/rabbitmq/rabbitmq-server/pull/8596) +#### Enhancements + + * When a quorum queue does not find its local replica data files on boot, it will now log + a warning. + + GitHub issue: [#8630](https://github.com/rabbitmq/rabbitmq-server/pull/8630) + ### Management Plugin