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

Reply via email to