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:
parent
b52928a6ea
commit
fd7ba56f6a
|
@ -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
|
||||
|
|
|
@ -109,7 +109,6 @@ public class LogCLIHelpers implements Configurable {
|
|||
}
|
||||
|
||||
if (valueStream == null) {
|
||||
containerLogNotFound(containerIdStr);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue