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]. 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.
