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)