Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

"Cluster links" is missing some information #434

Closed
lukebakken opened this issue Jul 14, 2017 · 0 comments
Closed

"Cluster links" is missing some information #434

lukebakken opened this issue Jul 14, 2017 · 0 comments
Assignees
Milestone

Comments

@lukebakken
Copy link
Contributor

lukebakken commented Jul 14, 2017

Previous issue #250

Environment -

  • Branch master in rabbitmq-management
  • OTP 20

Reproduction -

  • Start up two nodes, and join into a cluster:
make RABBITMQ_NODENAME='rabbit@shostakovich' run-broker
make RABBITMQ_NODE_PORT=5673 RABBITMQ_SERVER_START_ARGS='-rabbitmq_management listener [{port,15673}]' RABBITMQ_NODENAME='rabbit2@shostakovich' run-broker
rabbitmqctl -n rabbit@shostakovich stop_app
rabbitmqctl -n rabbit@shostakovich join_cluster rabbit2@shostakovich
rabbitmqctl -n rabbit@shostakovich start_app
  • Browse to localhost:15672, click on "Overview", click on one of the nodes in the cluster, and expand "Cluster links".
  • Expect to see data in Local Address, Local Port, Remote Address, Remote Port, but data is empty:

rabbitmq-management-missing-cluster-info

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants