Use correct failure detector for akka clustering
[controller.git] / opendaylight / md-sal / sal-clustering-config / src / main / resources / initial / akka.conf
index 2c179d79a99d256b66e7073ea73990c1ed22866b..0a71fd416b1a5d03c30db14e6bb70a0c889674c2 100644 (file)
@@ -8,11 +8,6 @@ odl-cluster-data {
         canonical.hostname = "127.0.0.1"
         canonical.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 {
@@ -23,6 +18,11 @@ odl-cluster-data {
         "member-1"
       ]
 
+      # when under load we might trip a false positive on the failure detector
+      # failure-detector {
+        # heartbeat-interval = 4 s
+        # acceptable-heartbeat-pause = 16s
+      # }
     }
 
     persistence {