You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2015/03/14 01:21:12 UTC

ambari git commit: AMBARI-10066. AMS collector died due to ZK session timeout. Modified value. (swagle)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.0.0 c74bc6acf -> 33e181f20


AMBARI-10066. AMS collector died due to ZK session timeout. Modified value. (swagle)


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

Branch: refs/heads/branch-2.0.0
Commit: 33e181f201085f5b73fe0f548d8d31fa7c9c9a6b
Parents: c74bc6ac
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Fri Mar 13 17:20:45 2015 -0700
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Fri Mar 13 17:20:51 2015 -0700

----------------------------------------------------------------------
 .../metrics/timeline/PhoenixHBaseAccessor.java                     | 2 +-
 .../AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/33e181f2/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java
----------------------------------------------------------------------
diff --git a/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java b/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java
index 36f0ab9..e40a115 100644
--- a/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java
+++ b/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java
@@ -446,7 +446,7 @@ public class PhoenixHBaseAccessor {
       }
     }
 
-    LOG.info("Metrics records size: " + metrics.getMetrics().size());
+    LOG.debug("Metrics records size: " + metrics.getMetrics().size());
     return metrics;
   }
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/33e181f2/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 b2e8eb4..940d7af 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
@@ -264,7 +264,7 @@
   </property>
   <property>
     <name>zookeeper.session.timeout.localHBaseCluster</name>
-    <value>120000</value>
+    <value>20000</value>
     <description>
       ZooKeeper session timeout in milliseconds for
       pseudo distributed mode.