Hi I am removing the node, but I am waiting for https://github.com/akka/akka/pull/17527 for the more graceful shutdown.
Right now the singleton-actors are quickly restored on another node, but the sharded actors are very slow... I will test again after your pull-request is merged, it looks very promising! Anders mandag 18. mai 2015 17.54.42 UTC+2 skrev Patrik Nordwall følgende: > > Hi Anders, > > It looks like this question has fallen between the cracks. I'm so sorry > for that. Have you found a solution? > > The node must be removed, not only detected as unreachable. > > Failover of the singleton may take some additional time, > see maxHandOverRetries and maxTakeOverRetries in API docs > of ClusterSingletonManager. > > Regards, > Patrik > > On Mon, May 4, 2015 at 11:40 AM, Anders Båtstrand <[email protected] > <javascript:>> wrote: > >> Dear group >> >> I have a Akka cluster, with cluster sharding. >> >> When I kill the oldest node, the shard coordinator and other >> singleton-actors are started on another node in the cluster after a few >> seconds (as I have tuned it to). However, calls to the sharded actors >> continue to time out, and they are started on the new node first 20 seconds >> later. It seems the cluster manager knows the old node is removed from the >> cluster, but the shard coordinator does not. >> >> Is this expected behavior? I would expect the coordinator to re-balance >> the shards immediately after a node is marked down... >> >> Is there a way I can trigger the re-balancing process? >> >> Best regards, >> >> Anders Båtstrand >> >> -- >> >>>>>>>>>> Read the docs: http://akka.io/docs/ >> >>>>>>>>>> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user >> --- >> You received this message because you are subscribed to the Google Groups >> "Akka User List" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > > Patrik Nordwall > Typesafe <http://typesafe.com/> - Reactive apps on the JVM > Twitter: @patriknw > > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
