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 "Akira Ajisaka (JIRA)" <ji...@apache.org> on 2017/03/13 05:53:04 UTC

[jira] [Created] (YARN-6329) Remove unnecessary TODO comment from AppLogAggregatorImpl.java

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: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org