Arnaud Morin
unread,Aug 13, 2025, 5:21:05 AMAug 13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitm...@googlegroups.com
Hello team,
I upgraded one of my cluster to 4.1.3, and the json formatter for
cluster_status seems broken:
$ rabbitmqctl cluster_status --formatter json | jq '.running_nodes'
"rabbit@rabbit2rabbit@rabbit3rabbit@rabbit1"
(it's giving a string)
While on a previous cluster:
$ rabbitmqctl cluster_status --formatter json | jq '.running_nodes'
[
"rabbit@rabbit1",
"rabbit@rabbit2",
"rabbit@rabbit3"
]
(it's giving an array)
Is that expected?
From other formatters, it seems that all of them are giving some sort
of array but not the json one anymore.
I can report a bug if necessary, let me know.
Cheers,
Arnaud