On Mon, Jun 29, 2015 at 12:14 PM, Idar Borlaug <[email protected]> wrote:
> Hi > > I am migrating my cluster to a 3 node setup from two nodes. What i noticed > now is that if the first noe starts before the two other nodes have evicted > him, he starts a new cluster. > > Is this because he is the first node in the seed node list? > Yes, if the first seed node can't join other seed nodes it will join itself and thereby create a new cluster. > Should i use a different seed node list for normal joins and initial > startup? > That is one way. You could also try to increase the akka.cluster.seed-node-timeout config so that it will retry joining and the others have time to remove the old incarnation. The price is that it takes longer time for the initial startup. Cheers, Patrik > > > -- > Idar Borlaug > > -- > >>>>>>>>>> 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. > -- 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.
