File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,27 @@ Contributors are encouraged to update them together with their changes. This hel
19
19
20
20
GitHub issue: [ #4371 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/4371 )
21
21
22
+ * When a policy contained keys unsupported by a particular queue
23
+ type, and later updated or superseded by a higher priority policy,
24
+ effective optional argument list could become inconsistent (policy
25
+ would not have the expected effect).
26
+
27
+ Kudos to @jaroslaw-bochniak for providing very detailed reproduction steps.
28
+
29
+ GitHub issue: [ #4463 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/4463 )
30
+
31
+ * Priority queues could run into an exception in some cases.
32
+
33
+ Contributed by @luos and @olikasg .
34
+
35
+ GitHub issue: [ #4405 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/4405 )
36
+
37
+ * Maintenance mode could run into a timeout during queue leadership transfer.
38
+
39
+ Contributed by @felixhuettner .
40
+
41
+ GitHub issue: [ #4468 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/4468 )
42
+
22
43
23
44
### Prometheus Plugin
24
45
You can’t perform that action at this time.
0 commit comments