From 49cc7b511b7b5ee2fe40f73b6909c4473783716b Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 23 Oct 2015 10:10:51 -0700 Subject: [PATCH] Change cluster auto-down to 30s Change cluster auto-down-after-unreachable-after setting to 30s to go along with the controller change for BUG 4037 in https://git.opendaylight.org/gerrit/#/c/27852/. Change-Id: If49bbd43c29f3ec1b830e9f341b79707638eeab0 Signed-off-by: Gary Wu --- .../cluster-deployer/templates/dsbenchmark/akka.conf.template | 4 ++-- .../cluster-deployer/templates/exploratory/akka.conf.template | 4 ++-- .../cluster-deployer/templates/lithium_all/akka.conf.template | 4 ++-- .../templates/multi-node-test/akka.conf.template | 4 ++-- .../cluster-deployer/templates/openflow/akka.conf.template | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/clustering/cluster-deployer/templates/dsbenchmark/akka.conf.template b/tools/clustering/cluster-deployer/templates/dsbenchmark/akka.conf.template index 5e69c140f0..94e1ae27db 100644 --- a/tools/clustering/cluster-deployer/templates/dsbenchmark/akka.conf.template +++ b/tools/clustering/cluster-deployer/templates/dsbenchmark/akka.conf.template @@ -51,7 +51,7 @@ odl-cluster-data { cluster { seed-nodes = {{{DS_SEED_NODES}}} - auto-down-unreachable-after = 300s + auto-down-unreachable-after = 30s roles = [ "{{MEMBER_NAME}}" @@ -93,7 +93,7 @@ odl-cluster-rpc { cluster { seed-nodes = {{{RPC_SEED_NODES}}} - auto-down-unreachable-after = 300s + auto-down-unreachable-after = 30s } } } diff --git a/tools/clustering/cluster-deployer/templates/exploratory/akka.conf.template b/tools/clustering/cluster-deployer/templates/exploratory/akka.conf.template index b33a080817..2130a20f14 100644 --- a/tools/clustering/cluster-deployer/templates/exploratory/akka.conf.template +++ b/tools/clustering/cluster-deployer/templates/exploratory/akka.conf.template @@ -51,7 +51,7 @@ odl-cluster-data { cluster { seed-nodes = {{{DS_SEED_NODES}}} - auto-down-unreachable-after = 300s + auto-down-unreachable-after = 30s roles = [ "{{MEMBER_NAME}}" @@ -92,7 +92,7 @@ odl-cluster-rpc { cluster { seed-nodes = {{{RPC_SEED_NODES}}} - auto-down-unreachable-after = 300s + auto-down-unreachable-after = 30s } } } diff --git a/tools/clustering/cluster-deployer/templates/lithium_all/akka.conf.template b/tools/clustering/cluster-deployer/templates/lithium_all/akka.conf.template index 5e69c140f0..94e1ae27db 100644 --- a/tools/clustering/cluster-deployer/templates/lithium_all/akka.conf.template +++ b/tools/clustering/cluster-deployer/templates/lithium_all/akka.conf.template @@ -51,7 +51,7 @@ odl-cluster-data { cluster { seed-nodes = {{{DS_SEED_NODES}}} - auto-down-unreachable-after = 300s + auto-down-unreachable-after = 30s roles = [ "{{MEMBER_NAME}}" @@ -93,7 +93,7 @@ odl-cluster-rpc { cluster { seed-nodes = {{{RPC_SEED_NODES}}} - auto-down-unreachable-after = 300s + auto-down-unreachable-after = 30s } } } diff --git a/tools/clustering/cluster-deployer/templates/multi-node-test/akka.conf.template b/tools/clustering/cluster-deployer/templates/multi-node-test/akka.conf.template index 5e69c140f0..94e1ae27db 100644 --- a/tools/clustering/cluster-deployer/templates/multi-node-test/akka.conf.template +++ b/tools/clustering/cluster-deployer/templates/multi-node-test/akka.conf.template @@ -51,7 +51,7 @@ odl-cluster-data { cluster { seed-nodes = {{{DS_SEED_NODES}}} - auto-down-unreachable-after = 300s + auto-down-unreachable-after = 30s roles = [ "{{MEMBER_NAME}}" @@ -93,7 +93,7 @@ odl-cluster-rpc { cluster { seed-nodes = {{{RPC_SEED_NODES}}} - auto-down-unreachable-after = 300s + auto-down-unreachable-after = 30s } } } diff --git a/tools/clustering/cluster-deployer/templates/openflow/akka.conf.template b/tools/clustering/cluster-deployer/templates/openflow/akka.conf.template index 50982013a7..496dfae991 100644 --- a/tools/clustering/cluster-deployer/templates/openflow/akka.conf.template +++ b/tools/clustering/cluster-deployer/templates/openflow/akka.conf.template @@ -52,7 +52,7 @@ odl-cluster-data { cluster { seed-nodes = {{{DS_SEED_NODES}}} - auto-down-unreachable-after = 300s + auto-down-unreachable-after = 30s roles = [ "{{MEMBER_NAME}}" @@ -93,7 +93,7 @@ odl-cluster-rpc { cluster { seed-nodes = {{{RPC_SEED_NODES}}} - auto-down-unreachable-after = 300s + auto-down-unreachable-after = 30s } } } -- 2.36.6