4.1.2 release notes updates

(cherry picked from commit 7660bdbe81)
This commit is contained in:
Michael Klishin 2025-07-02 10:36:28 +03:00
parent 262731979b
commit 601dbbad62
No known key found for this signature in database
GPG Key ID: 16AB14D00D613900
1 changed files with 10 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
* Channels that had consumers that consumed from quorum queues could leak file handles
when those queues were deleted.
GitHub issue: [#14138](https://github.com/rabbitmq/rabbitmq-server/pull/14138)
GitHub issue: [#14177](https://github.com/rabbitmq/rabbitmq-server/issues/14177), [#14138](https://github.com/rabbitmq/rabbitmq-server/pull/14138)
* Classic queues now retry opening files when flushing buffers to significantly reduce the probability of running into
`eacces` file system operation errors from the Windows kernel.
@ -50,10 +50,19 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
GitHub issues: [#14107](https://github.com/rabbitmq/rabbitmq-server/pull/14107), [#14085](https://github.com/rabbitmq/rabbitmq-server/pull/14085), [#14070](https://github.com/rabbitmq/rabbitmq-server/issues/14070)
* Consumer on a stream that was deleted could leak file descriptor.
GitHub issue: [#14143](https://github.com/rabbitmq/rabbitmq-server/pull/14143)
* When a stream member (replica) failed, consumer cleanup could affect consumers connected to different nodes.
GitHub issue: [#13961](https://github.com/rabbitmq/rabbitmq-server/issues/13961)
* A higher priority SAC consumer was never activated when a quiescing consumer
returned or requeued its last outstanding delivery.
GitHub issue: [#14149](https://github.com/rabbitmq/rabbitmq-server/pull/14149)
* Unhandled stream coordinator exceptions now close stream connections, giving clients a chance to reconnect and reset stream state.
GitHub issue: [#14040](https://github.com/rabbitmq/rabbitmq-server/issues/14040)