Replies: 4 comments 3 replies
-
Add a note, with rabbitmq 3.8.9 version this problem is not present, i can execute reset and join_cluster without errors. |
Beta Was this translation helpful? Give feedback.
-
If you reset and remove a node, it won't rejoin the cluster unless explicitly added. We need logs from all nodes and/or an explicit set of steps in order to tell what may be going on. |
Beta Was this translation helpful? Give feedback.
-
Yes, a have explicitly added. I try to explain the steps in order to reproduce the problem, in all machine rabbitmq has been installed for the first time: node1 node2 node3 up to here all is ok , i have the cluster up and running without problem. Now i try to remove and rejoin for example node3: Node3 this join_cluster command fail with the errors described on first post. This happen with rabbitmq 3.9.19 but not with 3.8.9 version. In the log of rabbit of node3 there are exactly the same errors visible on CLI output. |
Beta Was this translation helpful? Give feedback.
-
Thanks michaelklishin for the reply, the reason is that in my company we have a battery of tests that run and one of this test fail for this reason, so we have discover this strange behavior that previous version of rabbit do not have and for this reason i have write this post. In my case the node that i try to remove is reachable from other nodes, and the reset work correctly because on the other nodes a can see that the node has been correctly removed from cluster. For this reason, but also for understand because this happen on 3.9.19 and not in 3.8.9 i have ask help, only for to know if there is some steps that i have wrong or if there is a change of behavior from one to another version of rabbit. Thanks again. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Version
rabbitmq 3.9.19, windows server 2019 standard
Summary
I have create a cluster using rabbitmqctl.bat CLI tool, with 3 nodes. On the last node (vm-multi3) i have perform a reset in order to remove the node from the cluster, following the doc at https://www.rabbitmq.com/clustering.html#removing-nodes.
Then i have perform another time the join of node 3, but the join show the following errors:
This problem is not present if in the meantime, stop rabbit service, and clear manually the folder of the db of mnesia (this before execute the rejoin to the cluster)
At the end of procedure seems however the the join has been completed, because the status of the nodes show correct information, but i would understand if there is something of wrong on this steps or there is a possible problem.
Thanks for help.
Beta Was this translation helpful? Give feedback.
All reactions