Skip to content

Commit

Permalink
Merge pull request #8637 from rabbitmq/mergify/bp/v3.12.x/pr-8636
Browse files Browse the repository at this point in the history
List #8629 and #8630 in 3.11.19 release notes (backport #8636)
  • Loading branch information
michaelklishin committed Jun 20, 2023
2 parents b54a83c + d89ffd6 commit 6601042
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions release-notes/3.11.19.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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

Expand Down

0 comments on commit 6601042

Please sign in to comment.