Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E65F410E7D for ; Fri, 8 Nov 2013 22:34:18 +0000 (UTC) Received: (qmail 85545 invoked by uid 500); 8 Nov 2013 22:34:18 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 85520 invoked by uid 500); 8 Nov 2013 22:34:18 -0000 Mailing-List: contact ambari-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-dev@incubator.apache.org Received: (qmail 85468 invoked by uid 99); 8 Nov 2013 22:34:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 22:34:18 +0000 Date: Fri, 8 Nov 2013 22:34:18 +0000 (UTC) From: "Tom Beerbower (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMBARI-3017) Service metrics call latency increases by a factor of 2 or 3 every 20-30 calls. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Beerbower resolved AMBARI-3017. ----------------------------------- Resolution: Fixed > Service metrics call latency increases by a factor of 2 or 3 every 20-30 calls. > ------------------------------------------------------------------------------- > > Key: AMBARI-3017 > URL: https://issues.apache.org/jira/browse/AMBARI-3017 > Project: Ambari > Issue Type: Bug > Components: client > Affects Versions: 1.4.0 > Reporter: Srimanth Gunturi > Labels: performance > Fix For: 1.4.2 > > Attachments: AMBARI-3017.patch, AMBARI-3017.patch, servicesGC.png > > > Every 20-30 calls for service metrics, latency of the next 5 calls are a multiple of 2 or 3. This might be due to garbage collection. But basically in UI, the updates seem to take longer. > The call UI makes is > {noformat} > /api/v1/clusters/${cluster}/services?fields=components/ServiceComponentInfo,components/host_components,components/host_components/HostRoles,components/host_components/metrics/jvm/memHeapUsedM,components/host_components/metrics/jvm/memHeapCommittedM,components/host_components/metrics/mapred/jobtracker/trackers_decommissioned,components/host_components/metrics/cpu/cpu_wio,components/host_components/metrics/rpc/RpcQueueTime_avg_time,components/host_components/metrics/flume/flume,components/host_components/metrics/yarn/Queue > {noformat} -- This message was sent by Atlassian JIRA (v6.1#6144)