From 1c0cd8eccd523eb781eaf38e48ff52510688d8ce Mon Sep 17 00:00:00 2001 From: Tomas Cere Date: Thu, 18 May 2017 16:00:54 +0200 Subject: [PATCH] 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) --- .../src/main/resources/initial/akka.conf | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- 2.36.6