Commit Graph

70 Commits

Author SHA1 Message Date
Michael Klishin 3896103e6b Cosmetics 2019-02-20 23:21:39 +03:00
kjnilsson a56f9cae61 rabbitmq-queues: add --errors-only to grow command
For consistency with shrink

[#162782801]
2019-02-20 17:28:26 +00:00
kjnilsson 67dfe2dfa8 add rabbitmq-queues grow command tests 2019-02-20 13:47:58 +00:00
kjnilsson d158b69cb8 grow command banner refinement 2019-02-20 13:31:15 +00:00
kjnilsson f21e9183e2 rename grow command 2019-02-20 13:31:15 +00:00
Michael Klishin 8147be5d60 Banner message: be more specific 2019-02-20 13:31:15 +00:00
Michael Klishin 748b3ed485 Handle errors returned by the rpc call 2019-02-20 13:31:15 +00:00
Michael Klishin 261dccf3bf Make `rabbitmq-queues` commands follow standard naming pattern 2019-02-20 13:30:00 +00:00
Michael Klishin 7baa1fddde Format, inline 2019-02-20 13:29:59 +00:00
Michael Klishin 41810ab9d8 Reuse RabbitMQ.CLI.Core.AcceptsOnePositionalArgument here 2019-02-20 13:29:59 +00:00
kjnilsson d088a77570 Add command to grow quorum queues
Allows the operator to provide patterns to match the vhosts and queue
names to be grown and well as two strategies:

all: all matching queues are grown
even: only queues with an even number of members are grown

[#162782801]
2019-02-19 17:07:33 +00:00
kjnilsson b629ccbb61 rabbitmq-queues-shrink better formatting
[#162782789]
2019-02-18 15:53:14 +00:00
kjnilsson 82fa8f2e1d Add rabbitmq-queues shrink command
That removes all quorum queue members for a given node.

[#162782789]
2019-02-14 17:04:55 +00:00
Michael Klishin 94b55d71fa Format with `gmake format` 2019-01-30 22:20:29 +03:00
Michael Klishin 58a66af140 Refactoring 2019-01-23 10:12:27 +03:00
Michael Klishin b6f4d75afc Update (c) year 2019-01-20 06:10:59 +03:00
Michael Klishin 582fa06686 More warnings 2018-10-30 00:51:35 +03:00
Daniil Fedotov 19a58551b3 Improve error reporting for quorum queues commands.
Validate that the rabbit app is runninig.
Format error when trying to access a classic queue.
Minor refactorings.
2018-10-26 15:20:34 +01:00
Diana Corbacho c9d9dc58a8 Delete quorum member command
[#157481599]
2018-10-26 14:50:36 +01:00
Diana Corbacho 357cd5c1b6 Add quorum queue member command
[#157481599]
2018-10-26 14:50:36 +01:00