YARN-6329. Remove unnecessary TODO comment from AppLogAggregatorImpl.java. Contributed by victor bertschinger.

(cherry picked from commit 82fb9ce8df)
This commit is contained in:
Akira Ajisaka 2017-03-29 10:35:30 +09:00
parent a65011a128
commit 554bc8342b
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 0 additions and 2 deletions

View File

@ -573,8 +573,6 @@ private Path getRemoteNodeTmpLogFileForApp() {
(remoteNodeLogFileForApp.getName() + LogAggregationUtils.TMP_FILE_SUFFIX));
}
// TODO: The condition: containerId.getId() == 1 to determine an AM container
// is not always true.
private boolean shouldUploadLogs(ContainerLogContext logContext) {
return logAggPolicy.shouldDoLogAggregation(logContext);
}