Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B38C911BCD for ; Wed, 3 Sep 2014 23:29:52 +0000 (UTC) Received: (qmail 87399 invoked by uid 500); 3 Sep 2014 23:29:52 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 87354 invoked by uid 500); 3 Sep 2014 23:29:52 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 87340 invoked by uid 99); 3 Sep 2014 23:29:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2014 23:29:52 +0000 Date: Wed, 3 Sep 2014 23:29:52 +0000 (UTC) From: "Allen Wittenauer (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-1176) RM web services ClusterMetricsInfo total nodes doesn't include unhealthy nodes 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/YARN-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer updated YARN-1176: ----------------------------------- Fix Version/s: (was: 2.3.0) (was: 3.0.0) > RM web services ClusterMetricsInfo total nodes doesn't include unhealthy nodes > ------------------------------------------------------------------------------ > > Key: YARN-1176 > URL: https://issues.apache.org/jira/browse/YARN-1176 > Project: Hadoop YARN > Issue Type: Bug > Components: resourcemanager > Affects Versions: 3.0.0, 0.23.9, 2.1.1-beta > Reporter: Thomas Graves > Assignee: Jonathan Eagles > Priority: Critical > Fix For: 0.23.10, 2.1.1-beta > > Attachments: YARN-1176.patch > > > In the web services api for the cluster/metrics, the totalNodes reported doesn't include the unhealthy nodes. > this.totalNodes = activeNodes + lostNodes + decommissionedNodes > + rebootedNodes; -- This message was sent by Atlassian JIRA (v6.3.4#6332)