Re: [akka-user] Question on the WeaklyUp state

2018-03-08 Thread Patrik Nordwall
It depends on the cluster based tool you are using if it can make use of weakly up nodes or not. For example routers and distributed data can use weakly up, while singleton and sharding requires fully up. The advantage is that you can start using the weakly up nodes for some tasks without waiting

[akka-user] Question on the WeaklyUp state

2018-03-07 Thread Grace
Hi, I read the description here: https://doc.akka.io/docs/akka/2.5.5/scala/cluster-usage.html#weaklyup-members 1) When a node is in the weakly up state, does the node process jobs like the nodes of the Up state? 2) In what case is it useful to have akka.cluster.allow-weakly-up-members turned