Re: [akka-user] Re: node cannot automatically rejoin Cluster after seed node restarted

2016-07-08 Thread Z Kevin
Yes, you're right. It works well if I make them both seed nodes. Thank you. On Friday, 8 July 2016 19:37:49 UTC+8, Patrik Nordwall wrote: > > When you restart node A it will join itself and form a separate cluster, > since you have not configured node B in the list of seed nodes. > > You are

Re: [akka-user] Re: node cannot automatically rejoin Cluster after seed node restarted

2016-07-08 Thread Z Kevin
I'll do it your way. Thank you On Friday, 8 July 2016 19:48:55 UTC+8, Guido Medina wrote: > > Your nodes will re-join if you keep at least 1 seed node up while > restarting other nodes, try having 2 seed nodes. > In production don't ever relay on only 1 seed node, have at least 2. > > HTH, > >

Re: [akka-user] Re: node cannot automatically rejoin Cluster after seed node restarted

2016-07-08 Thread Guido Medina
Your nodes will re-join if you keep at least 1 seed node up while restarting other nodes, try having 2 seed nodes. In production don't ever relay on only 1 seed node, have at least 2. HTH, Guido. On Friday, July 8, 2016 at 12:37:49 PM UTC+1, Patrik Nordwall wrote: > > When you restart node A

Re: [akka-user] Re: node cannot automatically rejoin Cluster after seed node restarted

2016-07-08 Thread Patrik Nordwall
When you restart node A it will join itself and form a separate cluster, since you have not configured node B in the list of seed nodes. You are not using any downing strategy so node B will not remove node