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
Hi there, I got a weird bug in cluster.rb recipe which node_name method prints out the wrong node name by running command rabbitmqctl eval "node()."
I'm using ubuntu 14.04 and Vagrant for my test kitchen, and here comes the result of my test:
First I used rabbitmq 3.3.4 and ran the recipes, here the error message:
I added more debugging messages there, but you can tell that rabbitmqctl eval "node()." prints out 'rabbit@rabbit1-ubuntu-1404' ...done. instead of the correct node name, which caused error.
Then I changed my rabbitmq version to 3.4.4 which is the default version in the cookbook, and this issue disappeared. But however, I got a similar issue in node_name method since it prints out node name with single quotes and it failed in method parse_cluster_nodes_string since its result doesn't contain single quote out of it.
Hi there, I got a weird bug in
cluster.rb
recipe whichnode_name
method prints out the wrong node name by running commandrabbitmqctl eval "node()."
I'm using ubuntu 14.04 and Vagrant for my test kitchen, and here comes the result of my test:
First I used rabbitmq 3.3.4 and ran the recipes, here the error message:
I added more debugging messages there, but you can tell that
rabbitmqctl eval "node()."
prints out'rabbit@rabbit1-ubuntu-1404' ...done.
instead of the correct node name, which caused error.Then I changed my rabbitmq version to 3.4.4 which is the default version in the cookbook, and this issue disappeared. But however, I got a similar issue in
node_name
method since it prints out node name with single quotes and it failed in methodparse_cluster_nodes_string
since its result doesn't contain single quote out of it.Does this issue sound familiar to anyone? Thanks!
Xiang
The text was updated successfully, but these errors were encountered: