Erlang error when running rename_cluster_node #4434
Unanswered
AntonAleksandrov13
asked this question in
Other
Replies: 1 comment 2 replies
-
From the docs:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To whom it may concern,
We are running rabbitmq cluster(3 nodes RabbitMQ 3.8.9 Erlang 23.2.2) in ECS(Docker containers). Our goal is to rename one of the nodes without host restart.
We are using rabbitmqctl rename_cluster_node as indicated in documentation:
rabbitmqctl stop_app
rabbitmqctl rename_cluster_node rabbit@REDACTED [email protected] -l
rabbitmqctl start_app
However, on the second step(rename_cluster_node command), we are encountering an error. Please see logs:
While similar issues are related to networking, I have checked it as well:
If I try start rabbitmq using start_app, node starts with an old name as expected. It's available almost immediately.
Worth noting, there's a set of variables exported such as:
This is also posted in https://groups.google.com/g/rabbitmq-users/c/4aKxnmtZggk/m/1BVWi3ZrCAAJ?utm_medium=email&utm_source=footer
Beta Was this translation helpful? Give feedback.
All reactions