Hi Seeta, there is an acceptable-heartbeat-pause <http://doc.akka.io/docs/akka/2.3.11/general/configuration.html> setting for remoting and for clustering. You may want to try increasing that one. But 30 minutes is a really long time for acceptable heartbeat pause, which may render cluster very slow to react and progress when nodes goes really down.
On Fri, May 15, 2015 at 4:46 PM, seetaramayya vadali <[email protected]> wrote: > Hi Akka Team, > > I am not expert in akka echo system. I am facing the following > challenge, please advise me what to do. > > I have akka cluster with two nodes(say *node1* and *node2*). Both of > them seed nodes (I really don’t care who is leading). Node2 is very very > big machine. GC takes 30 mins (during this period machine hangs). Please > don’t suggest for distributed application which I know (I am working in > crawling environment so it takes ages to go to distributed environment). > > If I set `auto-down-unreachable-after = 1800s` in akka configuration, > what I understood is, there are high chances two clusters will be formed in > case of network partition. That means messages from node1 to node2 (or vice > versa) will not happen. > > What do you suggest in this scenario? > > *What is important for me is* > > · The order of node1 and node2 start up should not matter. (In my > application messages are guaranteed ) > > · If GC happens (30mins system hangs), after GC node2 > automatically be available in the cluster. > > > > I hope I explained well. Thanks a lot for your help. > > > > Regards, > Seeta Vadali > > -- > >>>>>>>>>> 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. > -- Martynas Mickevičius Typesafe <http://typesafe.com/> – Reactive <http://www.reactivemanifesto.org/> Apps on the JVM -- >>>>>>>>>> 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.
