YARN-2717. Avoided duplicate logging when container logs are not found. Contributed by Xuan Gong.

(cherry picked from commit 171f2376d2)
This commit is contained in:
Zhijie Shen 2014-10-20 22:21:37 -07:00
parent b52928a6ea
commit fd7ba56f6a
2 changed files with 3 additions and 1 deletions

View File

@ -672,6 +672,9 @@ Release 2.6.0 - UNRELEASED
YARN-2701. Potential race condition in startLocalizer when using
LinuxContainerExecutor. (Xuan Gong via jianhe)
YARN-2717. Avoided duplicate logging when container logs are not found. (Xuan
Gong via zjshen)
Release 2.5.1 - 2014-09-05
INCOMPATIBLE CHANGES

View File

@ -109,7 +109,6 @@ public int dumpAContainerLogs(String containerIdStr,
}
if (valueStream == null) {
containerLogNotFound(containerIdStr);
return -1;
}