Re: [akka-user] Re: Node rejoin seed node failure after seed node restart

2016-11-17 Thread Patrik Nordwall
+1 to what Justin said, read more here http://doc.akka.io/docs/akka/2.4/scala/cluster-usage.html#Downing On Wed, Nov 16, 2016 at 2:24 PM, Justin du coeur wrote: > On Wed, Nov 16, 2016 at 7:33 AM, Chinmay Raval > wrote: > >> As Guido Medina suggested,

Re: [akka-user] Re: Node rejoin seed node failure after seed node restart

2016-11-16 Thread Justin du coeur
On Wed, Nov 16, 2016 at 7:33 AM, Chinmay Raval wrote: > As Guido Medina suggested, you need both your nodes as seed nodes. Also > you might need auto-down-unreachable-after property. > auto-down is strongly dis-recommended for any production system -- it is dangerously

[akka-user] Re: Node rejoin seed node failure after seed node restart

2016-11-16 Thread Chinmay Raval
As Guido Medina suggested, you need both your nodes as seed nodes. Also you might need auto-down-unreachable-after property. ex: cluster { seed-nodes = [ "akka.tcp://system@127.0.0.1:

[akka-user] Re: Node rejoin seed node failure after seed node restart

2016-07-08 Thread 谌浏洋
Thanks On Friday, July 8, 2016 at 7:51:59 PM UTC+8, Guido Medina wrote: > > *Copy & paste from the other thread* > > 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

[akka-user] Re: Node rejoin seed node failure after seed node restart

2016-07-08 Thread Guido Medina
*Copy & paste from the other thread* 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 11:44:52 AM UTC+1, 谌浏洋 wrote:

[akka-user] Re: Node rejoin seed node failure after seed node restart

2016-07-08 Thread Guido Medina
You posted this question in another thread, please go there and look. On Friday, July 8, 2016 at 11:44:52 AM UTC+1, 谌浏洋 wrote: > > Sorry for my poor English > > I started two node A(seed) B, Both A and B can communication to each other. > > When I restart node A. node B cannot join A anymore. (No