Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.23.0
-
None
-
Reviewed
Description
This is to address the containers which exit properly after spawning sub-processes themselves. We don't want to leave these sub-process-tree or else they can pillage the NM's resources.
Today, we already have code to send SIGKILL to the whole process-trees (because of single sessionId resulting from setsid) when the container is alive. We need to obtain the PID of the containers when they start and use that PID to send signal for completed containers' case also.
Attachments
Attachments
Issue Links
- duplicates
-
MAPREDUCE-3260 Yarn app stuck in KILL_WAIT state
- Resolved
-
MAPREDUCE-3084 race when KILL_CONTAINER is received for a LOCALIZED container
- Closed