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 "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/31 21:03:22 UTC

[jira] [Commented] (YARN-5605) Preempt containers (all on one node) to meet the requirement of starved applications

    [ https://issues.apache.org/jira/browse/YARN-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15453350#comment-15453350 ] 

ASF GitHub Bot commented on YARN-5605:
--------------------------------------

GitHub user kambatla opened a pull request:

    https://github.com/apache/hadoop/pull/124

    YARN-5605. Preempt containers (all on one node) to meet the requirement of starved applications.

    - Remove existing preemption code.
    - Deleted preemption tests, to be reinstated later.
    - Identify starved applications in the update thread when preemption is enabled.
    - For each starved application, identify containers to be preempted on a single node to make room for this request.
    - Preempt these containers after necessary warning.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kambatla/hadoop yarn-5065

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hadoop/pull/124.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #124
    
----
commit 63804f783cc398479be6f9fe69e9db8ea9279047
Author: Karthik Kambatla <ka...@apache.org>
Date:   2016-07-25T00:21:28Z

    Remove existing preemption code.
    Deleted preemption tests, to be reinstated later.
    Identify starved applications in the update thread when preemption is enabled.
    For each starved application, identify containers to be preempted on a single node to make room for this request.
    Preempt these containers after necessary warning.

----


> Preempt containers (all on one node) to meet the requirement of starved applications
> ------------------------------------------------------------------------------------
>
>                 Key: YARN-5605
>                 URL: https://issues.apache.org/jira/browse/YARN-5605
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: fairscheduler
>            Reporter: Karthik Kambatla
>            Assignee: Karthik Kambatla
>         Attachments: yarn-5605-1.patch
>
>
> Required items:
> # Identify starved applications
> # Identify a node that has enough containers from applications over their fairshare.
> # Preempt those containers



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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