Re: [akka-user][deprecated] Cluster state shows node status up even though node is down & unreachable

2018-04-22 Thread Darshan Shah
Thanks - will post the question there as well. For completeness: My understanding is that Cluster.get(context().system()).state() should return the cluster state having down/unreachable members only in the state.getUnreachable() set This is true for all clusters we have except one. What I am

Re: [akka-user][deprecated] Cluster state shows node status up even though node is down & unreachable

2018-04-22 Thread Konrad “ktoso” Malawski
No idea, I’d guess you have more insights into your envs than we here so you should be able to dig into it more. I also don’t quite get what “not works” means in this context. PS: Consider moving to discuss.akka.io -- Cheers, Konrad 'ktoso ' Malawski Akka @

[akka-user][deprecated] Cluster state shows node status up even though node is down & unreachable

2018-04-22 Thread Darshan Shah
I am using Cluster.get(context().system()).state() to get the state of the cluster and it works perfectly in all environments except one. On all environments where it works, nodes that are down show up in the state.getUnreachable() set and not in state.getMembers(). However only in one