parent
262731979b
commit
601dbbad62
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue