Browse Source

AMBARI-9297. Ambari is not setting "ha.failover-controller.active-standby-elector.zk.op.retries".(vbrodetskyi)

Vitaly Brodetskyi 10 years ago
parent
commit
e44291fa5d

+ 6 - 0
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/core-site.xml

@@ -22,6 +22,12 @@
 
 
 <configuration supports_final="true" xmlns:xi="http://www.w3.org/2001/XInclude">
 <configuration supports_final="true" xmlns:xi="http://www.w3.org/2001/XInclude">
 
 
+  <property>
+    <name>ha.failover-controller.active-standby-elector.zk.op.retries</name>
+    <value>120</value>
+    <description>ZooKeeper Failover Controller retries setting for your environment</description>
+  </property>
+
 <!-- i/o properties -->
 <!-- i/o properties -->
 
 
   <property>
   <property>