Seems like you have a way to reproduce the problem. Please create an issue <https://github.com/akka/akka/issues> describing how to reproduce, and we can continue the discussion there.
Thanks, Patrik On Sun, Feb 7, 2016 at 5:20 PM, Eugene Dzhurinsky <[email protected]> wrote: > Okay, I tried with 2.4.2-RC2, and got this: > the node seems to join the cluster, according to JMX status, but the > method *registerOnMemberUp* is not fired. So I can see the both : > > { > "address": "akka.tcp://[email protected]:2551", > "status": "Up", > "roles": [ > > ] > }, > > and > > "unreachable": [ > { > "node": "akka.tcp://[email protected]:2551", > "observed-by": [ > "akka.tcp://[email protected]:2551", > "akka.tcp://[email protected]:2551", > "akka.tcp://[email protected]:2551", > "akka.tcp://[email protected]:2551", > "akka.tcp://[email protected]:2551" > ] > } > ] > > I tried to restart the node at *192.168.0.205:2551 > <http://192.168.0.205:2551>* but that didn't help. It seems to join the > cluster but doesn't get the event that it has got UP status. > > The only solution for the moment is to restart all nodes. > > Please advice. > > -- > >>>>>>>>>> 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. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> 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.
