You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/3.8.23.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,10 +45,16 @@ consistent release schedule.
45
45
46
46
#### Bug Fixes
47
47
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.
49
49
50
50
GitHub issue: [#3175](https://github.com/rabbitmq/rabbitmq-server/pull/3175) contributed by @prefiks, sponsored by CloudAMQP
51
51
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.
0 commit comments