From 00ed1c5bf9e630c9f1111deddd118547e479115f Mon Sep 17 00:00:00 2001 From: "mark.mozolewski" Date: Tue, 10 Feb 2015 10:51:01 -0800 Subject: [PATCH 1/1] (Bug 2035) - Increasing default Akka config for auto-down of unreachable nodes from 10sec to 5min to avoid locking out nodes during transient network blips, etc. Change-Id: I3528b34373af192ff6b58b214ba9313b379e9828 Signed-off-by: mark.mozolewski --- .../src/main/resources/initial/akka.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf index f196ad1644..10f6a4209c 100644 --- a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf +++ b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf @@ -39,7 +39,7 @@ odl-cluster-data { cluster { seed-nodes = ["akka.tcp://opendaylight-cluster-data@127.0.0.1:2550"] - auto-down-unreachable-after = 10s + auto-down-unreachable-after = 300s roles = [ "member-1" @@ -77,7 +77,7 @@ odl-cluster-rpc { cluster { seed-nodes = ["akka.tcp://odl-cluster-rpc@127.0.0.1:2551"] - auto-down-unreachable-after = 10s + auto-down-unreachable-after = 300s } } } -- 2.36.6