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:
parent
f4eaeab43e
commit
e2551494c4
8 changed files with 65 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue