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 <[email protected] >: > 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 <[email protected] >> >: >> > 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 [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. >>> >> -- > >>>>>>>>>> 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. > -- >>>>>>>>>> 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.
