You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2020. It is now read-only.
i'm having issues making Rabbitmq work as a cluster of nodes, my cluster has 2 nodes, but it seems the second node failed to join the cluster.
the part where i'm seeing the errors in the logs is here :
2018-01-06 21:59:42.293 [info] <0.189.0> Configured peer discovery backend: rabbit_peer_discovery_aws
2018-01-06 21:59:42.293 [info] <0.189.0> Will try to lock with peer discovery backend rabbit_peer_discovery_aws
2018-01-06 21:59:42.294 [info] <0.189.0> Peer discovery backend rabbit_peer_discovery_aws does not support registration, skipping randomized startup delay.
2018-01-06 21:59:42.294 [info] <0.33.0> Application rabbitmq_aws started on node 'rabbit@ip-10-141-111-159'
2018-01-06 21:59:42.540 [info] <0.189.0> All discovered existing cluster peers: [email protected], [email protected]
2018-01-06 21:59:42.540 [info] <0.189.0> Peer nodes we can cluster with: [email protected], [email protected]
2018-01-06 21:59:42.540 [error] <0.218.0> ** System NOT running to use fully qualified hostnames **
** Hostname 10.141.111.159 is illegal **
2018-01-06 21:59:42.540 [warning] <0.189.0> Could not auto-cluster with node [email protected]: {badrpc,nodedown}
2018-01-06 21:59:42.541 [error] <0.219.0> ** System NOT running to use fully qualified hostnames **
** Hostname 10.141.110.213 is illegal **
2018-01-06 21:59:42.541 [warning] <0.189.0> Could not auto-cluster with node [email protected]: {badrpc,nodedown}
2018-01-06 21:59:42.541 [warning] <0.189.0> Could not successfully contact any node of: [email protected],[email protected] (as in Erlang distribution). Starting as a blank standalone node...
i'm running rabbitmq as a docker container, and this is how i'm running the container :
it seems an issue with the EC2 instance hostname, but I couldn't figure it out, I already tried to launch Rabbitmq container with -e RABBITMQ_USE_LONGNAME=true and also tried what was suggested in similar cases but that didn't help.
any help with this is really appreciated 🙏
The text was updated successfully, but these errors were encountered:
Team RabbitMQ uses GitHub issues for specific actionable items engineers can work on. This assumes two things:
GitHub issues are not used for questions, investigations, root cause analysis, discussions of potential issues, etc (as defined by this team)
We have a certain amount of information to work with
We get at least a dozen of questions through various venues every single day, often quite light on details.
At that rate GitHub issues can very quickly turn into a something impossible to navigate and make sense of even for our team. Because of that questions, investigations, root cause analysis, discussions of potential features are all considered to be mailing list material by our team. Please post this to rabbitmq-users.
Getting all the details necessary to reproduce an issue, make a conclusion or even form a hypothesis about what's happening can take a fair amount of time. Our team is multiple orders of magnitude smaller than the RabbitMQ community. Please help others help you by providing a way to reproduce the behavior you're
observing, or at least sharing as much relevant information as possible on the list:
Server, client library and plugin (if applicable) versions used
Server logs
A code example or terminal transcript that can be used to reproduce
Full exception stack traces (not a single line message)
rabbitmqctl status (and, if possible, rabbitmqctl environment output)
Other relevant things about the environment and workload, e.g. a traffic capture
Feel free to edit out hostnames and other potentially sensitive information.
When/if we have enough details and evidence we'd be happy to file a new issue.
2018-01-06 21:59:42.541 [warning] <0.189.0> Could not auto-cluster with node [email protected]: {badrpc,nodedown}
2018-01-06 21:59:42.541 [warning] <0.189.0> Could not successfully contact any node of: [email protected],[email protected] (as in Erlang distribution). Starting as a blank standalone node
Hi guys,
i'm having issues making Rabbitmq work as a cluster of nodes, my cluster has 2 nodes, but it seems the second node failed to join the cluster.
the part where i'm seeing the errors in the logs is here :
i'm running rabbitmq as a docker container, and this is how i'm running the container :
and here is the content of my
rabbitmq.conf
:it seems an issue with the EC2 instance hostname, but I couldn't figure it out, I already tried to launch Rabbitmq container with
-e RABBITMQ_USE_LONGNAME=true
and also tried what was suggested in similar cases but that didn't help.any help with this is really appreciated 🙏
The text was updated successfully, but these errors were encountered: