[akka-user] Cluster node reconnects

2014-11-04 Thread Behrad Zari
In my three node cluster (akka 2.3.6 - scala 2.10.4) with the config below cluster { seed-nodes = [ "akka.tcp://adp@127.0.0.1:2552" // using one of the three as seed node ] auto-down-unreachable-after = 120s } I `Ctrl+C` one of my nodes so that simulate some crash/termination

Re: [akka-user] Cluster node reconnects

2014-11-04 Thread Björn Antonsson
Hi, So the way the cluster works currently is that the unreachable node has to be removed (by doing a down on it) before a system with the same address/port is allowed to join the cluster. If you have the auto-down set to a low value and wait with restarting the "crashed" node until you see the

Re: [akka-user] Cluster node reconnects

2014-11-04 Thread Behrad Zari
On Wednesday, November 5, 2014 1:01:21 AM UTC+3:30, Björn Antonsson wrote: > > Hi, > > So the way the cluster works currently is that the unreachable node has to > be removed (by doing a down on it) before a system with the same > address/port is allowed to join the cluster. If you have the aut