Change default value of parameter "auto-down-unreachable-after"
[controller.git] / opendaylight / md-sal / sal-clustering-config / src / main / resources / initial / factory-akka.conf
index fe75263c581f2c4656c5f91938d76bf9913254b0..ffd5bc0ec4a7ce13bb27dda4bc29707b20388499 100644 (file)
@@ -74,7 +74,13 @@ odl-cluster-data {
 
       seed-node-timeout = 12s
 
-      auto-down-unreachable-after = 30s
+      # 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
 
       roles = [
         "member-1"