This commit is contained in:
Michael Klishin 2021-09-24 12:46:04 +03:00
parent 227d319636
commit 35a1a364bd
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ consistent release schedule.
GitHub issue: [#3409](https://github.com/rabbitmq/rabbitmq-server/pull/3409) GitHub issue: [#3409](https://github.com/rabbitmq/rabbitmq-server/pull/3409)
* Quorum queues: fix memory leak when repeatedly consuming / cancelling against and empty queue. * Quorum queues no longer leak memory and disk space when a consumer is repeatedly added and cancelled on an empty queue.
GitHub issue: [#3445](https://github.com/rabbitmq/rabbitmq-server/issues/3445) GitHub issue: [#3445](https://github.com/rabbitmq/rabbitmq-server/issues/3445)