.. and, please always use the latest version, which is 2.4.14 in this case.
On Fri, Dec 9, 2016 at 3:19 PM, Konrad Malawski < [email protected]> wrote: > Hi Richard, > no, nothing special other than setting this. > > Some questions to help debugging this: > - are you joining the nodes via seed-nodes? > - are you sure the nodes have the role? > - are you sure the configuration is being picked up? > > 1. final ActorSystem system = ActorSystem.create(); > 2. System.out.println(system.settings()); > > - do all nodes have the same configuration regarding this > min-nr-of-members? (they should) > > How do you observe the "too fast", have you tried bringing them up one by > one? > Perhaps your observation of the fact was a bit slow and they've already > all seen each other? > > On Sat, Nov 19, 2016 at 9:27 AM, Richard Ney <[email protected]> > wrote: > >> I'm using Akka 2.4.8 in a cluster with processes running in 5 different >> roles. Each of these roles have a critical mass that I want the cluster to >> wait for before notifying those node instances they are Member[UP]. I've >> set the application.conf setting >> akka.cluster.role.reportCompute.min-nr-of-members >> = 3 and restarted the entire cluster. I still get Member[UP] as soon as the >> first node of the reportCompute role joins the cluster. Is there something >> specific I need to do if I want to make this work? >> >> Regards, >> >> Richard >> >> -- >> >>>>>>>>>> Read the docs: http://akka.io/docs/ >> >>>>>>>>>> Check the FAQ: http://doc.akka.io/docs/akka/c >> urrent/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. >> > > > > -- > Cheers, > Konrad 'ktoso' Malawski > Akka <http://akka.io/> @ Typesafe <http://typesafe.com/> > > -- > >>>>>>>>>> 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. > -- >>>>>>>>>> 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.
