You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Sandy Ryza (JIRA)" <ji...@apache.org> on 2013/05/15 22:39:15 UTC

[jira] [Created] (YARN-686) Flatten NodeReport

Sandy Ryza created YARN-686:
-------------------------------

             Summary: Flatten NodeReport
                 Key: YARN-686
                 URL: https://issues.apache.org/jira/browse/YARN-686
             Project: Hadoop YARN
          Issue Type: Sub-task
          Components: api
    Affects Versions: 2.0.4-alpha
            Reporter: Sandy Ryza
            Assignee: Sandy Ryza


The NodeReport returned by getClusterNodes or given to AMs in heartbeat responses includes both a NodeState (enum) and a NodeHealthStatus (object).  As UNHEALTHY is already NodeState, a separate NodeHealthStatus doesn't seem necessary.  I propose eliminating NodeHealthStatus#getIsNodeHealthy and moving
moving the its two other methods, getHealthReport and getLastHealthReportTime, into NodeReport

--
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