Dear group I have a cluster, and all nodes have a list of all the other nodes in config element akka.cluster.seed-nodes. This list is the same on all nodes.
I am experiencing that only the node that is first in the list, is able to join itself upon startup. If any of the other nodes start up while the first node is down, they are unable to form a cluster. I can read from the scala code (if I read it correct), that the first element of the list get a different treatment. Is this correct? What is the significance of the order of seed-nodes? I am getting around the error by configuring the nodes individually, each with it self as the first seed node... 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.
