(Copy from gitter) Hey guys, I don’t think 'min-nr-of-members’ in cluster works anymore, I’ve got an example where I would expect the registerOnMemberUp to not get called until two ‘worker’ role nodes are up, but it gets called anyway. Example is here at https://github.com/RayRoestenburg/akka-in-action/tree/master/chapter-cluster.
I you would like to try: run sbt assembly, start a 'seed' with java -DPORT=2551 -Dconfig.resource=/seed.conf -jar target/words-node.jar And a 'master’ with java -DPORT=2554 -Dconfig.resource=/master.conf -jar target/words-node.jar Since worker.min-nr-of-members = 2 is set, I would expect the master not to get up, but it does. (Am I doing something wrong?) Cheers, Ray -- >>>>>>>>>> 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.
