You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Aravindan Vijayan (JIRA)" <ji...@apache.org> on 2018/06/05 22:32:00 UTC

[jira] [Created] (AMBARI-24041) AMS truncates metric response quietly

Aravindan Vijayan created AMBARI-24041:
------------------------------------------

             Summary: AMS truncates metric response quietly
                 Key: AMBARI-24041
                 URL: https://issues.apache.org/jira/browse/AMBARI-24041
             Project: Ambari
          Issue Type: Bug
          Components: ambari-metrics
    Affects Versions: 2.7.0
            Reporter: Aravindan Vijayan
            Assignee: Aravindan Vijayan
             Fix For: 2.7.0


In a cluster with around 120 topics available, trying to fetch all the topic metrics from AMS using the wild card query returns truncated response.

Query with Wildcard

Time interval around 7 days since the beginning of the cluster
http://<>:6188/ws/v1/timeline/metrics?appId=kafka_broker&metricNames=kafka.server.BrokerTopicMetrics.MessagesInPerSec.topic.%.count._sum&precision=MINUTES&startTime=1527587600000&endTime=1528192400000 (returns truncated response)

Latest metrics
http://<>:6188/ws/v1/timeline/metrics?appId=kafka_broker&metricNames=kafka.server.BrokerTopicMetrics.MessagesInPerSec.topic.%.count._sum (returns valid response)

Metadata Query returns all 120 topic metrics.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)