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

2018-04-22 Thread Darshan Shah
; Konrad 'ktoso <http://kto.so>' Malawski > Akka <http://akka.io/> @ Lightbend <http://lightbend.com/> > > On April 23, 2018 at 10:00:11, Darshan Shah (dee...@gmail.com > ) wrote: > > I am using Cluster.get(context().system()).state() to get the state of th

[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