Skip to content

Commit daa77b0

Browse files
Mention that mirror_pids is a alias available as of 3.11.4
1 parent 3ac1518 commit daa77b0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

site/ha.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ It is possible to list queue leader and mirrors using `rabbitmqctl list_queues`.
240240
example we also display queue policy since it's highly relevant:
241241

242242
<pre class="lang-bash">
243+
# mirror_pids is a new field alias introduced in RabbitMQ 3.11.4
243244
rabbitmqctl list_queues name policy pid mirror_pids
244245

245246
# =&gt; Timeout: 60.0 seconds ...
@@ -679,6 +680,7 @@ a common scenario with lazy queues, for example.
679680
To see mirror status (whether they are synchronised), use:
680681

681682
<pre class="lang-bash">
683+
# mirror_pids is a new field alias introduced in RabbitMQ 3.11.4
682684
rabbitmqctl list_queues name mirror_pids synchronised_mirror_pids
683685
</pre>
684686

site/upgrade.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,8 @@ Classic mirrored queue replica state can be verified by listing queues in the ma
514514
<pre class="lang-bash">
515515
# For queues with non-empty `mirror_pids`, you must have at least one
516516
# `synchronised_mirror_pids`.
517+
#
518+
# Note that mirror_pids is a new field alias introduced in RabbitMQ 3.11.4
517519
rabbitmqctl -n rabbit@to-be-stopped list_queues --local name mirror_pids synchronised_mirror_pids
518520
</pre>
519521

0 commit comments

Comments
 (0)