You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Haibo Chen (JIRA)" <ji...@apache.org> on 2018/10/22 17:57:00 UTC

[jira] [Created] (YARN-8929) DefaultOOMHandler should only pick running containers to kill upon oom events

Haibo Chen created YARN-8929:
--------------------------------

             Summary: DefaultOOMHandler should only pick running containers to kill upon oom events
                 Key: YARN-8929
                 URL: https://issues.apache.org/jira/browse/YARN-8929
             Project: Hadoop YARN
          Issue Type: Bug
          Components: nodemanager
    Affects Versions: 3.2.0
            Reporter: Haibo Chen
            Assignee: Haibo Chen


DefaultOOMHandler currently currently sort all known containers based on the execution type primarily and their start time secondarily.

However, it does not check if a container is running or not.  Kill a non-running container will not release any memory, hence won't get us of the under-oom status.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org