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 "Bibin A Chundatt (JIRA)" <ji...@apache.org> on 2015/07/01 11:08:05 UTC

[jira] [Created] (YARN-3875) FSSchedulerNode#reserveResource() not printing applicationID

Bibin A Chundatt created YARN-3875:
--------------------------------------

             Summary: FSSchedulerNode#reserveResource() not printing applicationID
                 Key: YARN-3875
                 URL: https://issues.apache.org/jira/browse/YARN-3875
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Bibin A Chundatt
            Assignee: Bibin A Chundatt
            Priority: Minor


FSSchedulerNode#reserveResource()

{code}
      LOG.info("Updated reserved container " + 
          container.getContainer().getId() + " on node " + 
          this + " for application " + application);
    } else {
      LOG.info("Reserved container " + container.getContainer().getId() + 
          " on node " + this + " for application " + application);
    }
{code}

update to application.getApplicationId() 



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