Skip to content

Commit 601dbba

Browse files
4.1.2 release notes updates
(cherry picked from commit 7660bdb)
1 parent 2627319 commit 601dbba

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

release-notes/4.1.2.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
2323
* Channels that had consumers that consumed from quorum queues could leak file handles
2424
when those queues were deleted.
2525

26-
GitHub issue: [#14138](https://github.com/rabbitmq/rabbitmq-server/pull/14138)
26+
GitHub issue: [#14177](https://github.com/rabbitmq/rabbitmq-server/issues/14177), [#14138](https://github.com/rabbitmq/rabbitmq-server/pull/14138)
2727

2828
* Classic queues now retry opening files when flushing buffers to significantly reduce the probability of running into
2929
`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://
5050

5151
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)
5252

53+
* Consumer on a stream that was deleted could leak file descriptor.
54+
55+
GitHub issue: [#14143](https://github.com/rabbitmq/rabbitmq-server/pull/14143)
56+
5357
* When a stream member (replica) failed, consumer cleanup could affect consumers connected to different nodes.
5458

5559
GitHub issue: [#13961](https://github.com/rabbitmq/rabbitmq-server/issues/13961)
5660

61+
* A higher priority SAC consumer was never activated when a quiescing consumer
62+
returned or requeued its last outstanding delivery.
63+
64+
GitHub issue: [#14149](https://github.com/rabbitmq/rabbitmq-server/pull/14149)
65+
5766
* Unhandled stream coordinator exceptions now close stream connections, giving clients a chance to reconnect and reset stream state.
5867

5968
GitHub issue: [#14040](https://github.com/rabbitmq/rabbitmq-server/issues/14040)

0 commit comments

Comments
 (0)