I'm trying to run small cluster, just 3 nodes on EC2.
I configured dispatchers and increased threshold for failure detector as
recommended
{
cluster {
use-dispatcher = cluster-dispatcher
failure-detector {
threshold = 12
}
auto-down-unreachable-after = 10s
retry-unsuccessful-join-after = 5s
}
}
cluster-dispatcher {
type = "Dispatcher"
executor = "fork-join-executor"
fork-join-executor {
parallelism-min = 2
parallelism-max = 4
}
}
but even tough my nodes are under light load I observe about 600-800
UNREACHABLE events
WARN a.c.ClusterCoreDaemon: Cluster Node [akka.tcp://
[email protected]:2552] - Marking node(s) as UNREACHABLE
[Member(address = akka.tcp:// [email protected]:2555, status = Up)]
a day, and occasional quarantaines.
I'd be grateful for recommendations about running akka cluster on EC2
--
>>>>>>>>>> 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.