Skip to content
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

Fix check for whether node has joined cluster #348

Merged
merged 1 commit into from
Mar 8, 2016

Conversation

ccrebolder
Copy link
Contributor

The call to joined_cluster? was passing in the to_join node name
instead of the current node name. This resulted in the nodes trying to
rejoin whenever the to_join node was offline.

Resolves #347

The call to `joined_cluster?` was passing in the `to_join` node name
instead of the current node name. This resulted in the nodes trying to
rejoin whenever the `to_join` node was offline.

Resolves rabbitmq#347
jjasghar pushed a commit that referenced this pull request Mar 8, 2016
Fix check for whether node has joined cluster
@jjasghar jjasghar merged commit bebdd3a into rabbitmq:master Mar 8, 2016
@ccrebolder ccrebolder deleted the fix_joined_cluster_check branch March 8, 2016 18:27
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.

2 participants