From: Gary Wu Date: Fri, 23 Oct 2015 17:10:51 +0000 (-0700) Subject: Change cluster auto-down to 30s X-Git-Tag: release/lithium-sr3~74 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=49cc7b511b7b5ee2fe40f73b6909c4473783716b 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 --- 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 } } }