Hi, As of now, if seed node is shutdown by SIGINT (or doing Crtl-C), it leaves the cluster gracefully. This means it is removed from the membership list on all the other nodes in the cluster. If such a seed node is restarted, there is not way for it to re-join the cluster, unless there is another seed node up and running. If we can have a periodic snapshot of group membership list stored on all the nodes, it can attempt to rejoin the cluster using the snapshot, without needing another seed node. Looks like Serf has this feature.. https://github.com/hashicorp/serf/pull/87 Is there any way to do this in Akka cluster?
Thanks, Unmesh -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
