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 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 ' Malawski
> Akka  @ Lightbend 
>
> 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 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 akka-user+...@googlegroups.com .
> To post to this group, send email to akka...@googlegroups.com 
> .
> 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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


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  @ Lightbend 

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 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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[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 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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.