Thank you Patrik. As you mentioned might be the case, the added configuration was not adequate to solve the problem. I have followed the advice on the dispatchers documentation page, and set up our actors that have blocking behavior to use either a pinned dispatcher, or in the case of a router actor, to use a pool-dispatcher.executor = "thread-pool-executor" setting. I will again followup with the results.
Francesco, looks like you've started a separate thread for your issues, however I will state that we also have cluster-singletons in our setup. Serg, we have not had issues with nodes shutting down, but I do suggest you turn on akka debug logging as well as the heartbeat logging. Jordan *Original post deleted to prevent the lengthy quote* -- >>>>>>>>>> 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.
