-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slaves do not join the cluster #2
Comments
I run docker desktop 2.3.0.3 (on macos) |
Hi @jhagai, I run on the same issue, from my first investigation it is related to the random delay the node will wait before proceeding registration.
Assuming that the other nodes have a lower delay :
So when they try to reach the cluster rabbit1 is not yet ready to handle cluster initialization and we have the following logs :
For the moment I'm looking for a solution but I haven't yet found one, if I found one I'll share it with you ;-) |
running into the same issue! any suggestions would be appreciated |
I manage to reproduce the problem. When running |
Hello, I just cloned and ran the project using docker compose.
However, the only node in my cluster (displayed in the management UI is rabbit1@rabbit1).
All the containers are started (I can see them with docker ps and execute commands on them).
Any idea?
The text was updated successfully, but these errors were encountered: