You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Robert Parker (JIRA)" <ji...@apache.org> on 2013/08/27 16:11:52 UTC

[jira] [Created] (YARN-1101) Active nodes can be decremented below 0

Robert Parker created YARN-1101:
-----------------------------------

             Summary: Active nodes can be decremented below 0
                 Key: YARN-1101
                 URL: https://issues.apache.org/jira/browse/YARN-1101
             Project: Hadoop YARN
          Issue Type: Bug
          Components: resourcemanager
    Affects Versions: 2.0.6-alpha, 0.23.9, 3.0.0
            Reporter: Robert Parker
            Assignee: Robert Parker


The issue is in RMNodeImpl where both RUNNING and UNHEALTHY states that transition to a deactive state (LOST, DECOMMISSIONED, REBOOTED) use the same DeactivateNodeTransition class.  The DeactivateNodeTransition class naturally decrements the active node, however the in cases where the node has transition to UNHEALTHY the active count has already been decremented.

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