You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2015/01/23 15:24:47 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk df5577536 -> e44291fa5


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e44291fa
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e44291fa
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e44291fa

Branch: refs/heads/trunk
Commit: e44291fa5da0617dd2c8462dd1cfc806066991a0
Parents: df55775
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Sun Jan 11 12:10:06 2015 +0200
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Sun Jan 11 12:10:06 2015 +0200

----------------------------------------------------------------------
 .../common-services/HDFS/2.1.0.2.0/configuration/core-site.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e44291fa/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/core-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/core-site.xml b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/core-site.xml
index 6c72e9d..1146ffd 100644
--- a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/core-site.xml
+++ b/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">
 
+  <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 -->
 
   <property>