rabbitmq / rabbitmq-cli

Command line tools for RabbitMQ
Other
105 stars 34 forks source link

Introduce rabbitmq-queues check_if_node_is_mirror_sync_critical #392

Closed michaelklishin closed 4 years ago

michaelklishin commented 4 years ago

This is similar to #391 but introduces a similar command for classic mirrored queues:

rabbitmq-queues check_if_node_is_mirror_sync_critical

This check would fail if the target node hosts one or more classic mirrored queues (masters) that have no online in sync mirrors.

Part two of #389.

lukebakken commented 4 years ago

Test procedure:

lukebakken commented 4 years ago

Backported to v3.8.x