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/03/08 02:12:13 UTC

[jira] [Created] (YARN-457) Setting updated nodes in AMResponsePBImpl

Sandy Ryza created YARN-457:
-------------------------------

             Summary: Setting updated nodes in AMResponsePBImpl
                 Key: YARN-457
                 URL: https://issues.apache.org/jira/browse/YARN-457
             Project: Hadoop YARN
          Issue Type: Bug
          Components: api
    Affects Versions: 2.0.3-alpha
            Reporter: Sandy Ryza


It looks like this is supposed to be a !=:
{code}
    if (updatedNodes == null) {
      this.updatedNodes.clear();
      return;
    }
{code}

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