Skip to content

Commit

Permalink
Drop a few exclusive terms still present in man pages
Browse files Browse the repository at this point in the history
References #3159

(cherry picked from commit 5f8f57d)
  • Loading branch information
michaelklishin committed Jul 2, 2021
1 parent 771e933 commit dd292ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deps/rabbit/docs/rabbitmq-queues.8
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Example:
.\" ------------------------------------
.It Cm rebalance Ar type Fl -vhost-pattern Ar pattern Fl -queue-pattern Ar pattern
.Pp
Rebalances queue master replicas across cluster nodes.
Rebalances queue leader replicas across cluster nodes.
.Pp
Supported
.Ar type
Expand Down
14 changes: 7 additions & 7 deletions deps/rabbit/docs/rabbitmqctl.8
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ will be lost.
If the last node to go down is permanently lost then you should use
.Cm forget_cluster_node Fl -offline
in preference to this command, as it will ensure that mirrored queues
which were mastered on the lost node get promoted.
which had their leader replica on the lost node get promoted.
.Pp
For example, this will force the node not to wait for other nodes next
time it is started:
Expand Down Expand Up @@ -1289,11 +1289,11 @@ of the following mutually exclusive options:
.Bl -tag -width Ds
.It Fl -offline
List only those durable queues that are not currently available (more
specifically, their master node isn't).
specifically, their leader node isn't).
.It Fl -online
List queues that are currently available (their master node is).
List queues that are currently available (their leader node is).
.It Fl -local
List only those queues whose master process is located on the current
List only those queues whose leader replica is located on the current
node.
.El
.Pp
Expand Down Expand Up @@ -1392,7 +1392,7 @@ To learn more, see the
.Lk https://www.rabbitmq.com/ha.html "RabbitMQ Mirroring guide"
.It Cm synchronised_slave_pids
If the queue is mirrored, this gives the IDs of the mirrors (follower replicas) which
are synchronised with the master (leader). To learn more, see the
are in sync with the leader replica. To learn more, see the
.Lk https://www.rabbitmq.com/ha.html "RabbitMQ Mirroring guide"
.It Cm state
The state of the queue.
Expand Down Expand Up @@ -1424,8 +1424,8 @@ each queue of the virtual host named
.Pp
Tests queues to respond within timeout. Lists those which did not respond
.Pp
For example, this command lists only those unresponsive queues whose master process
is located on the current node.
For example, this command lists only those unresponsive queues whose leader replica
is hosted on the target node.
.Sp
.Dl rabbitmqctl list_unresponsive_queues --local name
.\" ------------------------------------------------------------------
Expand Down

0 comments on commit dd292ac

Please sign in to comment.