From: Sai MarapaReddy Date: Tue, 19 Jul 2016 20:49:21 +0000 (-0700) Subject: Change default value of parameter "auto-down-unreachable-after" X-Git-Tag: release/boron~53 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=9800da966558f922daea15f044c02ba752ac0300;hp=1bec49d0736bfd9baad39d7fcdf80a1daac73386 Change default value of parameter "auto-down-unreachable-after" Akka documentation suggests not using auto-down feature in production scenario. Link - http://doc.akka.io/docs/akka/snapshot/java/cluster-usage.html Change-Id: I24205a34e13c711791186b1e00d5203f623a0478 Signed-off-by: Sai MarapaReddy Author: Sai MarapaReddy --- diff --git a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf index e561b0eefc..b3c8bf645e 100644 --- a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf +++ b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/factory-akka.conf @@ -74,8 +74,14 @@ odl-cluster-data { seed-nodes = ["akka.tcp://opendaylight-cluster-data@127.0.0.1:2550"] seed-node-timeout = 12s + + # Following is an excerpt from Akka Cluster Documentation + # link - http://doc.akka.io/docs/akka/snapshot/java/cluster-usage.html + # Warning - Akka recommends against using the auto-down feature of Akka Cluster in production. + # This is crucial for correct behavior if you use Cluster Singleton or Cluster Sharding, + # especially together with Akka Persistence. - auto-down-unreachable-after = 30s + #auto-down-unreachable-after = 30s roles = [ "member-1"