Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC30211936 for ; Wed, 14 May 2014 23:36:03 +0000 (UTC) Received: (qmail 46135 invoked by uid 500); 10 May 2014 22:01:19 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 10971 invoked by uid 500); 10 May 2014 21:58:49 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 72185 invoked by uid 99); 10 May 2014 21:56:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 May 2014 21:56:49 +0000 Date: Sat, 10 May 2014 21:56:49 +0000 (UTC) From: "Dmytro Sen (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (AMBARI-5607) Yarn Nodemanager Metrics only update every few minutes 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-5607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmytro Sen reassigned AMBARI-5607: ---------------------------------- Assignee: Dmytro Sen > Yarn Nodemanager Metrics only update every few minutes > ------------------------------------------------------ > > Key: AMBARI-5607 > URL: https://issues.apache.org/jira/browse/AMBARI-5607 > Project: Ambari > Issue Type: Bug > Affects Versions: 1.5.1 > Environment: sles11sp1 > Reporter: Michael Harp > Assignee: Dmytro Sen > > Yarn Nodemanager Metrics take far too long between updates. > To demonstrate: > Run Terasort or anything that runs mapreduce: > {code} > hdfs dfs -mkdir -p benchmarks/terasort > hadoop jar /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar teragen -Dmapred.map.tasks=72 -Dmapred.reduce.tasks=36 1000000 benchmarks/terasort/input > hadoop jar /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar terasort -Dmapred.map.tasks=72 -Dmapred.reduce.tasks=36 benchmarks/terasort/input benchmarks/terasort/output > hdfs dfs -rm -R -skipTrash benchmarks/terasort > {code} > Then repeatedly probe the API at: > {noformat}https://:8081/api/v1/clusters/c1/services/YARN/components/NODEMANAGER?fields=host_components/metrics/yarn{noformat} > It usually takes 2-3 minutes to see the metrics update, very repeatable. -- This message was sent by Atlassian JIRA (v6.2#6252)