[
https://issues.apache.org/jira/browse/AMBARI-15170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15166496#comment-15166496
]
Hudson commented on AMBARI-15170:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.2 #415 (See
[https://builds.apache.org/job/Ambari-branch-2.2/415/])
AMBARI-15170. Move logic involving HBase shell calls to enable (swagle:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=6de601f8ac56427a351bbba82c8297e9ea63e9aa])
*
ambari-metrics/ambari-metrics-timelineservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessorTest.java
*
ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/query/PhoenixTransactSQL.java
*
ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/query/DefaultPhoenixDataSource.java
*
ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java
*
ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/HBaseTimelineMetricStore.java
*
ambari-metrics/ambari-metrics-timelineservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/ITPhoenixHBaseAccessor.java
*
ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/query/PhoenixConnectionProvider.java
*
ambari-metrics/ambari-metrics-timelineservice/conf/unix/ambari-metrics-collector
*
ambari-metrics/ambari-metrics-timelineservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/AbstractMiniHBaseClusterTest.java
> Move logic involving HBase shell calls to enable normalization and FIFO
> compaction policy to Java
> -------------------------------------------------------------------------------------------------
>
> Key: AMBARI-15170
> URL: https://issues.apache.org/jira/browse/AMBARI-15170
> Project: Ambari
> Issue Type: Task
> Components: ambari-metrics
> Affects Versions: 2.2.0
> Reporter: Siddharth Wagle
> Assignee: Siddharth Wagle
> Fix For: 2.2.2
>
> Attachments: AMBARI-15170.patch
>
>
> Currently, HBase shell calls are made through the metrics collector startup
> script in a parallel thread along with the Collector start jvm, causing
> performance issues. If the logic is moved to the collector Java code, we can
> return from the startup script quicker and declare the action to be Success
> to the agent once schema creating succeeds.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)