YARN-2717. Avoided duplicate logging when container logs are not found. Contributed by Xuan Gong.
This commit is contained in:
parent
4a78a75228
commit
171f2376d2
@ -702,6 +702,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
|
||||
|
@ -109,7 +109,6 @@ public int dumpAContainerLogs(String containerIdStr,
|
||||
}
|
||||
|
||||
if (valueStream == null) {
|
||||
containerLogNotFound(containerIdStr);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user