You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ds...@apache.org on 2015/10/19 14:31:23 UTC

ambari git commit: AMBARI-13402 Increase zk timeout for embedded mode (dsen)

Repository: ambari
Updated Branches:
  refs/heads/trunk 87999547f -> 27acc3af4


AMBARI-13402 Increase zk timeout for embedded mode (dsen)


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

Branch: refs/heads/trunk
Commit: 27acc3af4c0ff4327f65e175939adf7acc5b88e7
Parents: 8799954
Author: Dmytro Sen <ds...@apache.org>
Authored: Mon Oct 19 15:31:11 2015 +0300
Committer: Dmytro Sen <ds...@apache.org>
Committed: Mon Oct 19 15:31:11 2015 +0300

----------------------------------------------------------------------
 .../AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/27acc3af/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml
index 165b87e..17f9b81 100644
--- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml
+++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml
@@ -265,7 +265,7 @@
   </property>
   <property>
     <name>zookeeper.session.timeout.localHBaseCluster</name>
-    <value>20000</value>
+    <value>120000</value>
     <description>
       ZooKeeper session timeout in milliseconds for
       pseudo distributed mode.