Akira Ajisaka created YARN-6329:
-----------------------------------
Summary: Remove unnecessary TODO comment from
AppLogAggregatorImpl.java
Key: YARN-6329
URL: https://issues.apache.org/jira/browse/YARN-6329
Project: Hadoop YARN
Issue Type: Improvement
Affects Versions: 2.8.0
Reporter: Akira Ajisaka
Priority: Minor
After YARN-3116, this TODO comment is unnecessary.
{code}
// TODO: The condition: containerId.getId() == 1 to determine an AM container
// is not always true.
private boolean shouldUploadLogs(ContainerLogContext logContext) {
return logAggPolicy.shouldDoLogAggregation(logContext);
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]