[ https://issues.apache.org/jira/browse/YARN-8929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16661414#comment-16661414 ]
Haibo Chen commented on YARN-8929: ---------------------------------- Thanks [~rkanter] for the review. The unit test failure is unrelated, tracked at YARN-8672. I updated the patch to address your comments. > 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 > Priority: Major > Attachments: YARN-8929.00.patch, YARN-8929.01.patch > > > 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-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org