-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.7.2, 3.0.0-alpha1
-
Fix Version/s: 2.8.0, 2.7.3, 3.0.0-alpha1
-
Component/s: nodemanager
-
Labels:None
-
Target Version/s:
-
Hadoop Flags:Reviewed
Currently the algorithm uses ppid from /proc/<pid>/stat which can be 1 if a child process has daemonized itself. This causes potentially large processes from not being monitored.
session id might be a better choice since that's what we use to signal the container during teardown.