Hello

- I have a cluster with auto-join enabled
- the cluster consists of 10+ nodes
- sometimes a few (random !) nodes are getting stuck with the *Joining*
 state:

ClusterStatus = {
  "self-address": "akka.tcp://[email protected]:2551",
  "members": [
    {
      "address": "akka.tcp://[email protected]:2551",
      "status": "Joining",
      "roles": [
        
      ]
    },
    {
      "address": "akka.tcp://[email protected]:2552",
      "status": "Up",
      "roles": [
        
      ]
    },
    {
      "address": "akka.tcp://[email protected]:2553",
      "status": "Joining",
      "roles": [
        
      ]
    }
}

and these nodes remain in the *Joining* state until restarted. Nothing 
particularly suspicious in logs.

Any idea what might be wrong there? How to debug this?

Thanks in advance!

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