Not sure if it is also your case. I once copied the code from the 
doc http://doc.akka.io/docs/akka/snapshot/java/cluster-usage.html, and 
found that ReachableMember was never triggered. Finally, I found that the 
code in the doc only registered MemberEvent.class, UnreachableMember.class, 
but no ReachableMember.class.

在 2015年4月20日星期一 UTC+8下午11:51:39,Moiz Raja写道:
>
> Hi,
>
> When the failure detector detects that a member is not reachable it sends 
> the MemberUnreachable event to the listeners. I see that there is no 
> corresponding MemberReachable event. 
>
> If I have an actor that needs to do something useful on detecting the 
> reachability of a member what should I look for to determine if a member 
> has become reachable now?
>
> -Moiz
>

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to