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 "zhihai xu (JIRA)" <ji...@apache.org> on 2014/10/27 22:47:34 UTC

[jira] [Created] (YARN-2753) potential NPE in checkRemoveLabelsFromNode of CommonNodeLabelsManager

zhihai xu created YARN-2753:
-------------------------------

             Summary: potential NPE in checkRemoveLabelsFromNode of CommonNodeLabelsManager
                 Key: YARN-2753
                 URL: https://issues.apache.org/jira/browse/YARN-2753
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: zhihai xu
            Assignee: zhihai xu


potential NPE(NullPointerException) in checkRemoveLabelsFromNode of CommonNodeLabelsManager.
It because when a Node is created, Node.labels can be null.
In this case, nm.labels; may be null.
So we need check originalLabels not null before use it(originalLabels.containsAll).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)