BUG 8318: Add section for remoting transport-failure-detector 57/57357/4
authorTomas Cere <tcere@cisco.com>
Thu, 18 May 2017 14:00:54 +0000 (16:00 +0200)
committerRobert Varga <nite@hq.sk>
Sun, 28 May 2017 14:52:23 +0000 (14:52 +0000)
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 <tcere@cisco.com>
opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf

index 9977babe350fa503bba0356c74eb109fccadb172..a51e09f0ecfc283353d88931722cd9a353614d2f 100644 (file)
@@ -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 {