Skip to content

Commit 180ce56

Browse files
author
Loïc Hoguin
committed
Mention CQ shutdown increase in 3.8.23/3.9.6 notes
1 parent 09c8cd4 commit 180ce56

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

release-notes/3.8.23.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,16 @@ consistent release schedule.
4545

4646
#### Bug Fixes
4747

48-
* TLS information delivered in [Proxy protocol](https://www.rabbitmq.com/networking.html#proxy-protocol) header is now attached to connection metrics as if it was provided by a non-proxying client.
48+
* TLS information delivered in [Proxy protocol](https://www.rabbitmq.com/networking.html#proxy-protocol) header is now attached to connection metrics as if it was provided by a non-proxying client.
4949

5050
GitHub issue: [#3175](https://github.com/rabbitmq/rabbitmq-server/pull/3175) contributed by @prefiks, sponsored by CloudAMQP
5151

52+
* Classic queue shutdown now uses a much higher timeout (up to 10 minutes instead of 30 seconds).
53+
54+
In environments with many queues (especially mirrored queues) and many consumers this means that
55+
the chance of queue indices rebuilding after node restart is now substantially lower.
56+
57+
GitHub issue: [#3409](https://github.com/rabbitmq/rabbitmq-server/pull/3409)
5258

5359

5460
## Dependency Upgrades

release-notes/3.9.6.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ Contributors are encouraged to update them together with their changes. This hel
2929

3030
GitHub issue: [#3340](https://github.com/rabbitmq/rabbitmq-server/pull/3340)
3131

32+
* Classic queue shutdown now uses a much higher timeout (up to 10 minutes instead of 30 seconds).
33+
34+
In environments with many queues (especially mirrored queues) and many consumers this means that
35+
the chance of queue indices rebuilding after node restart is now substantially lower.
36+
37+
GitHub issue: [#3409](https://github.com/rabbitmq/rabbitmq-server/pull/3409)
38+
3239

3340
## Dependency Upgrades
3441

0 commit comments

Comments
 (0)