Use Use separate heartbeats for FailureDetector, see #2214

* Send Heartbeat message to all members at regular interval
* Removed the need to gossip to myself
This commit is contained in:
Patrik Nordwall 2012-06-11 14:59:34 +02:00
parent f4eaeab43e
commit e2551494c4
8 changed files with 65 additions and 33 deletions

View file

@ -17,6 +17,7 @@ object MultiNodeClusterSpec {
akka.cluster {
auto-down = off
gossip-interval = 200 ms
heartbeat-interval = 400 ms
leader-actions-interval = 200 ms
unreachable-nodes-reaper-interval = 200 ms
periodic-tasks-initial-delay = 300 ms