YARN-476. ProcfsBasedProcessTree info message confuses users. (sandyr via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1469093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
014dc3ae9b
commit
de6d05c8b0
@ -247,6 +247,9 @@ Release 2.0.5-beta - UNRELEASED
|
||||
YARN-518. Fair Scheduler's document link could be added to the hadoop 2.x
|
||||
main doc page. (sandyr via tucu)
|
||||
|
||||
YARN-476. ProcfsBasedProcessTree info message confuses users.
|
||||
(sandyr via tucu)
|
||||
|
||||
Release 2.0.4-alpha - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -382,8 +382,6 @@ private static ProcessInfo constructProcessInfo(ProcessInfo pinfo,
|
||||
in = new BufferedReader(fReader);
|
||||
} catch (FileNotFoundException f) {
|
||||
// The process vanished in the interim!
|
||||
LOG.info("The process " + pinfo.getPid()
|
||||
+ " may have finished in the interim.");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user