On Mon, Aug 22, 2016 at 11:09 AM, vipin mandloi <[email protected]>
wrote:
> Please let me know if i am missing any configuration.
>
It's not a matter of *missing* -- the problem is that this:
> *My application.conf is configured as below-*
>
>
> cluster {
> auto-down-unreachable-after = 10s
> }
>
Should never, ever, *ever* be used except for initial testing. Auto-down
is intended just as a way to get you started, but it's very primitive and
dumb, and must *never* be used in production. Auto-downing is always
likely to cause cluster disasters, and having such a short auto-down
timeout essentially guarantees it.
Basically, you're getting split-brain -- you need to replace auto-down with
a more-sophisticated downing strategy. See this section of the
documentation
<http://doc.akka.io/docs/akka/2.4.9-RC2/scala/cluster-usage.html#automatic-vs-manual-downing-scala>
for more information.
--
>>>>>>>>>> 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.