Hi, Which version of Akka are you using?
It’s generally a bad idea to perform long running tasks on the same dispatcher as the rest of the system. Either you can change your long running actors to use another dispatcher or change the remoting to use a separate dispatcher by configuring the “remote.use-dispatcher” option. B/ On 4 March 2014 at 12:32:09, Piyush Mishra ([email protected]) wrote: We are using akka cluster in our project. I send messages from one node to another and they perform cpu and memory intensive operation. Now my problem is that i am not able to dispatch further messages to nodes which are under load and it says handshake timeout . What should be done to avoid this handshake problem and get the message delivered successfully. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out. -- Björn Antonsson Typesafe – Reactive Apps on the JVM twitter: @bantonsson -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
