Skip to content

Conversation

@mergify
Copy link

@mergify mergify bot commented Aug 13, 2025

Follow-up to #14118

Without this PR:

$ ./sbin/rabbitmqctl -n rabbit-1 cluster_status --formatter=json | jq '.running_nodes'
"rabbit-3@SEA-3LG5HVJUWJKrabbit-2@SEA-3LG5HVJUWJKrabbit-1@SEA-3LG5HVJUWJK"

With this PR:

$ ./sbin/rabbitmqctl -n rabbit-1 cluster_status --formatter=json | jq '.running_nodes'
[
  "rabbit-3@SEA-3LG5HVJUWJK",
  "rabbit-2@SEA-3LG5HVJUWJK",
  "rabbit-1@SEA-3LG5HVJUWJK"
]
```<hr>This is an automatic backport of pull request #14381 done by [Mergify](https://mergify.com).

Follow-up to #14118

(cherry picked from commit 3e235a6)
@michaelklishin michaelklishin added this to the 4.1.4 milestone Aug 13, 2025
@michaelklishin michaelklishin merged commit b19fd89 into v4.1.x Aug 13, 2025
272 of 273 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.1.x/pr-14381 branch August 13, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants