Yes, I understand MemberUp is an event when a node comes up, but the 
MemberUp event contains Member attribute in it. 
(<code>MemberUp(member)</code>). Shouldn't that Member attribute in the 
MemberUp event contain the name of the node that came up in the cluster?

On Sunday, April 17, 2016 at 3:58:46 AM UTC-7, Patrik Nordwall wrote:
>
> No, MemberUp is a notification that a node/ActorSystem was added to the 
> cluster.
>
> You can read about ActorSystem here: 
> http://doc.akka.io/docs/akka/2.4.4/general/actor-systems.html
>
> /Patrik
>
> lör 16 apr. 2016 kl. 21:48 skrev Prasanna Thirumalai <prasa...@gmail.com 
> <javascript:>>:
>
>> I am sorry but I do not understand the difference between Member and an 
>> Actor. Isn't ActorSystem a hierarchical group of actors? When one creates 
>> an Actor in the ActorSystem, doesn't everyone in the system get a 
>> notification of new actor aka MemberUp?
>>
>>
>> On Saturday, April 16, 2016 at 11:22:02 AM UTC-7, Patrik Nordwall wrote:
>>
>>> I think there is some misunderstanding. Member corresponds to an 
>>> ActorSystem, not an actor.
>>>
>>> /Patrik
>>>
>>> lör 16 apr. 2016 kl. 18:23 skrev Prasanna Thirumalai <prasa...@gmail.com
>>> >:
>>>
>> When I subscribe of cluster events, the 'Member' entity does not have any 
>>>> name property where this property is same as given to the corresponding 
>>>> actor in system.actorOf. Because of this, there does not seem to be a way 
>>>> to get ActorSelection for a member on a MemberUp event. I get around it by 
>>>> having a specially formatted role for each worker that gives its name. So 
>>>> why do cluster events not have the name property?
>>>>
>>>>
>>>> -- 
>>>> >>>>>>>>>> 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.
>>>>
>>> -- 
>> >>>>>>>>>> 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 <javascript:>.
>> To post to this group, send email to akka...@googlegroups.com 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
>>>>>>>>>>      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.

Reply via email to