You're welcome. A small warning though, if the cluster-dispatcher solves a problem for you it might be that you are doing blocking things (or long running cpu bound work) on the default-dispatcher. It might be better to find that work, and run it on a dedicated dispatcher.
Regards, Patrik On Tue, Oct 21, 2014 at 2:36 PM, Hamid Fajic <[email protected]> wrote: > Hi Patrik, > > > > your tip with SLF4J logging was dead right.. Dedicated cluster-dispatcher > works pretty fine.. > > > > Thanks and Regards, > > Hamid > > > > [DEBUG] [10/21/2014 13:54:33.783] [apgremint-akka.mycluster-dispatcher-22] > [akka.tcp:// > [email protected]:2555/system/cluster/core/daemon/heartbeatSender] > Cluster Node [akka.tcp://[email protected]:2555] - Heartbeat to > [akka.tcp://[email protected]:2552] > > [DEBUG] [10/21/2014 13:54:33.793] [apgremint-akka.mycluster-dispatcher-22] > [akka.tcp:// > [email protected]:2555/system/cluster/core/daemon/heartbeatSender] > Cluster Node [akka.tcp://[email protected]:2555] - Heartbeat response > from [akka.tcp://[email protected]:2552] > > > -- > >>>>>>>>>> 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. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> 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.
