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 trying to find out is which configuration / setting could cause this? Most likely that setting does not match the value in other clusters but I could not find any difference in any of the settings between the clusters hence posted here.
Thanks, Darshan. On Sunday, 22 April 2018 23:06:40 UTC-4, Konrad Malawski wrote: > > 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 <http://kto.so>' Malawski > Akka <http://akka.io/> @ Lightbend <http://lightbend.com/> > > On April 23, 2018 at 10:00:11, Darshan Shah ([email protected] > <javascript:>) wrote: > > 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 environment where this doesn't work, nodes that are > down show up both in the state.getUnreachable() set and also in > state.getMembers(). > > Any pointers on what could be different in that one particular environment > causing this are highly appreciated. > > Thanks. > > -- > > ***************************************************************************************************** > ** New discussion forum: https://discuss.akka.io/ replacing akka-user > google-group soon. > ** This group will soon be put into read-only mode, and replaced by > discuss.akka.io > ** More details: > https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced > > ***************************************************************************************************** > >>>>>>>>>> > >>>>>>>>>> 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] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at https://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > > -- ***************************************************************************************************** ** New discussion forum: https://discuss.akka.io/ replacing akka-user google-group soon. ** This group will soon be put into read-only mode, and replaced by discuss.akka.io ** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced ***************************************************************************************************** >>>>>>>>>> >>>>>>>>>> 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.
