You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Siddharth Wagle (JIRA)" <ji...@apache.org> on 2016/02/24 22:51:18 UTC

[jira] [Created] (AMBARI-15170) Move logic involving HBase shell calls to enable normalization and FIFO compaction policy to Java

Siddharth Wagle created AMBARI-15170:
----------------------------------------

             Summary: 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


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)