I am starting three akka actors(A1,A2,A3) on 3 different physical machines.All the actors are configured to join in same akka cluster.
If I start A1 first and then A2 & A3. In that case A1 becomes the leader which is fine. However if I start A2 first then it remains leader until i am not starting A1. As soon as I am starting A1, it is taking back the cluster leadership from A2, which is quite strange. In my understanding, the node which is started first should always remain leader. If somebody can explain this behavior of akka actors that what would be great help. -- >>>>>>>>>> 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.
