Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CA1318D41 for ; Fri, 4 Sep 2015 16:54:51 +0000 (UTC) Received: (qmail 92922 invoked by uid 500); 4 Sep 2015 16:54:46 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 92874 invoked by uid 500); 4 Sep 2015 16:54:46 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 92863 invoked by uid 99); 4 Sep 2015 16:54:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2015 16:54:46 +0000 Date: Fri, 4 Sep 2015 16:54:46 +0000 (UTC) From: "MENG DING (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-4108) CapacityScheduler: Improve preemption to preempt only those containers that would satisfy the incoming request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-4108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14731048#comment-14731048 ] MENG DING commented on YARN-4108: --------------------------------- Hi, [~leftnoteasy] I also feel that the logic you proposed is a good staring point overall. Just want to confirm that I understand it correctly. For pending asks with hard locality requirements, I think this logic works the best. However, for other pending asks, are we able to achieve optimal preemption (i.e. sufficiently preemptable resources with the lowest cost of preemption as per [~jlowe])? For example, just because {{node.available + preemptable > application.next_request}} doesn't necessarily mean that the preemption cost is the lowest on this node. Maybe we need to have a combination of reservation continuous looking + delayed scheduling mechanism to ensure that we have done calculation of preemption cost on enough hosts for the pending ask. But then I feel this approach might be too expensive ... > CapacityScheduler: Improve preemption to preempt only those containers that would satisfy the incoming request > -------------------------------------------------------------------------------------------------------------- > > Key: YARN-4108 > URL: https://issues.apache.org/jira/browse/YARN-4108 > Project: Hadoop YARN > Issue Type: Bug > Components: capacity scheduler > Reporter: Wangda Tan > Assignee: Wangda Tan > > This is sibling JIRA for YARN-2154. We should make sure container preemption is more effective. > *Requirements:*: > 1) Can handle case of user-limit preemption > 2) Can handle case of resource placement requirements, such as: hard-locality (I only want to use rack-1) / node-constraints (YARN-3409) / black-list (I don't want to use rack1 and host\[1-3\]) > 3) Can handle preemption within a queue: cross user preemption (YARN-2113), cross applicaiton preemption (such as priority-based (YARN-1963) / fairness-based (YARN-3319)). -- This message was sent by Atlassian JIRA (v6.3.4#6332)