Re: [akka-user] On cluster node failure is there an automatic way to recover cluster shard persistent actors in the failed node to other node?

2016-09-21 Thread Patrik Nordwall
Automatic startup on other node is how it is supposed to work, and we have tests for it. How do you down the dead node? /Patrik mån 19 sep. 2016 kl. 22:00 skrev Ajmal Babu : > Working on AKKA persistence with cluster sharding and the flag >

[akka-user] On cluster node failure is there an automatic way to recover cluster shard persistent actors in the failed node to other node?

2016-09-19 Thread Ajmal Babu
Working on AKKA persistence with cluster sharding and the flag akka.cluster.sharding.remember-entities set to "on". For some reason when one of the node dies in the cluster the entities in that node does not get automatically restarted in the other available nodes in the cluster. Is that the