Thomas Graves created YARN-1176:
-----------------------------------

             Summary: 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: 0.23.9, 3.0.0, 2.1.1-beta
            Reporter: Thomas Graves
            Priority: Critical


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to