Hi, I'm writing code using akka cluster to distribute our internal analytics tool. At the beginning things go quite well when I have one analytic client and 2 till 3 analytic remote workers. But every time I try to add one more remote nodes to the cluster(totally one client node and 4 remote worker nodes in the cluster), I get warning Association with remote system [akka.tcp:/analytics-cluster@host:port] has failed, address is now gated for [5000] ms. Reason is: [Failed to write message to the transport]. Query execution failed because result came from the 4th worker node cannot be delivered to client.
So could you guys tell me how I should configure the application so that it can handle more than 4 remote workers and how can I get the internal exception stack to know what is the really reason that the message cannot be delivered(I have already enable log-received-messages= on log-sent-messages=on, with global log level to DEBUG) ? Thanks a lot and any advice can help me a lot. Mint -- >>>>>>>>>> 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.
