0

I started a ODL(opendaylight) cluster with the following akka config: enter image description here

So, the nodes(11.128.83.43, 11.128.83.33, 11.128.83.32) make up a cluster, 11.128.83.43 is member-1, 11.128.83.33 is member-2 and 11.128.83.32 is member-3. these days I want to expand two nodes(11.128.83.41, 11.128.83.48) into the cluster, so i'm wandering if the akka will allow me to update and reload the config without shutdown the cluster service?

I searched some akka docs, there is no related anwser

asked Mar 26, 2024 at 6:30

1 Answer 1

2

The existing nodes do not need to be shutdown: it should be sufficient to configure the new nodes to use at least one of the existing nodes as a seed node.

answered Mar 26, 2024 at 16:33
Sign up to request clarification or add additional context in comments.

7 Comments

but the existing three nodes will be shutdown thesedays, the worse thing is that I can't reuse the old IPs(11.128.83.43, 11.128.83.33, 11.128.83.32), so I have to move the cluster to somewhere else.
Are the existing nodes running, or are you looking to setup an all-new cluster?
Once a node is in the cluster, it's configured seed nodes no longer matter (so there's no need to update the seed nodes for a node that's already in the cluster).
what if the new node restared ? i think i need to update the akka config to rejoin the cluster because the akka seed nodes are old nodes which are shutdown
If a node restarts, it will need the new seed nodes. But updating the seed nodes configured on a node does not force a restart (the updated seed nodes are there for the next start, whenever that may be).
|

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.