On Thu, Sep 18, 2014 at 2:23 PM, Piyush Mishra <[email protected]> wrote:
> > Hello Akka hackers > > Is there anybody who is using clusterclient to connect with cluster. I > am using it in my project but akka cluster becomes disjoint to it. What > could be the possible reasons. > > Does cluster client also need failure detector config? > Yes, it is using remote watch, and you might need to increase: akka.remote.watch-failure-detector.acceptable-heartbeat-pause = 30 s Default is 10 seconds. What I would like to do <https://github.com/akka/akka/issues/13909> is to use another failure detection mechanism for cluster client, because it should be possible to re-establish a cluster client connection after a long network partition without restarting the system. /Patrik > > > > -- > >>>>>>>>>> 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.
