From: Tomas Cere Date: Thu, 18 May 2017 14:00:54 +0000 (+0200) Subject: BUG 8318: Add section for remoting transport-failure-detector X-Git-Tag: release/nitrogen~148 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=1c0cd8eccd523eb781eaf38e48ff52510688d8ce BUG 8318: Add section for remoting transport-failure-detector Similar to separate dispatcher for cluster we might also trip a false positive in remoting so add this in so we can modify the parameter in csit. Change-Id: I751fec044e2bf0f0d82badb2ea7d581b3374ac4a Signed-off-by: Tomas Cere (cherry picked from commit 7ea291d0c0d183755795e33881fd040c368f57a7) --- 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 9977babe35..a51e09f0ec 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 @@ -11,6 +11,11 @@ odl-cluster-data { hostname = "127.0.0.1" port = 2550 } + # when under load we might trip a false positive on the failure detector + # transport-failure-detector { + # heartbeat-interval = 4 s + # acceptable-heartbeat-pause = 16s + # } } cluster {