On Tue, Sep 15, 2015 at 9:04 AM, Dennis Jönsson <[email protected]> wrote:
> > And one other thing, in your split brain resolver, what happens with the >>> nodes that are downing themselves in the various scenarios, will they >>> restart and try to reconnect automatically? >>> >> > There is no automatic restart. Search for " That does not automatically shut down the ActorSystem or exit the JVM" in http://doc.akka.io/docs/akka/rp-15v09p01/scala/split-brain-resolver.html and you will see some more information. Then you can have a script that restarts the JVM or keep the JVM running and start a new ActorSystem. /Patrik > Best Regards > > /Dennis > > -- > >>>>>>>>>> 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.
