I did some experiments, varying the number of nodes in the cluster, and realized that this error always happens with 6 nodes under the heavy load. It seems that if a single node can not communicate with another node in the cluster - that may lead to "unreachable" state, and then the node falls off the cluster.
I increased the heartbeat interval to 60 seconds - but that doesn't help. I added some GC output, and I haven't seen any major pause there, even Full GC takes around 1 second tops. Is it possible that there could be some network errors? How do I know what *Invalid address: akka.tcp://[email protected]:2551* might mean? Thanks! -- >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
