As I understand it, the "min-nr-of-members" setting is used when you want your cluster nodes to move to the "Up" state only after a certain number of them have joined the cluster.
For example if I set: min-nr-of-members = 3 then it's only until I start up 3 nodes that my cluster will move all of them to the "Up" state: [node0], [node1], [node2] However, I saw that if I shutdown nodes [node1] and [node2], then when I start up [node1] again, it won't actually get moved to the "Up" state until I start up [node2] (or another node for that matter) as well. Just wanted to double check that this is the expected behavior. Before I used to think that this was only something that was taken into consideration when starting up the cluster for the first time. But after some testing like in the example above, it seems that this setting is something that continues to stay in effect for the lifetime of the cluster. -- >>>>>>>>>> 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.
