(Bug 2035) 17/15117/2
authormark.mozolewski <mark.mozolewski@hp.com>
Tue, 10 Feb 2015 18:51:01 +0000 (10:51 -0800)
committerMark Mozolewski <mark.mozolewski@hp.com>
Wed, 11 Feb 2015 17:35:35 +0000 (17:35 +0000)
- 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 <mark.mozolewski@hp.com>
opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf

index f196ad1644791b92e5ec32a43ebeb36cb7411734..10f6a4209c95b7af8db7680ce8a28b1f62378e19 100644 (file)
@@ -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
     }
   }
 }