Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 94287 invoked from network); 20 Oct 2009 11:40:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Oct 2009 11:40:22 -0000 Received: (qmail 93626 invoked by uid 500); 20 Oct 2009 11:40:22 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 93582 invoked by uid 500); 20 Oct 2009 11:40:22 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 93572 invoked by uid 99); 20 Oct 2009 11:40:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 11:40:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 11:40:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 634BE234C045 for ; Tue, 20 Oct 2009 04:39:59 -0700 (PDT) Message-ID: <1351979800.1256038799391.JavaMail.jira@brutus> Date: Tue, 20 Oct 2009 11:39:59 +0000 (UTC) From: "rahul k singh (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1105) CapacityScheduler: It should be possible to set queue hard-limit beyond it's actual capacity In-Reply-To: <848995351.1255478611260.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] rahul k singh updated MAPREDUCE-1105: ------------------------------------- Attachment: MAPRED-1105-21-2.patch > CapacityScheduler: It should be possible to set queue hard-limit beyond it's actual capacity > -------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-1105 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1105 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: contrib/capacity-sched > Affects Versions: 0.21.0 > Reporter: Arun C Murthy > Assignee: rahul k singh > Priority: Blocker > Fix For: 0.21.0 > > Attachments: MAPRED-1105-21-1.patch, MAPRED-1105-21-2.patch, MAPREDUCE-1105-version20-2.patch, MAPREDUCE-1105-version20.patch.txt > > > Currently the CS caps a queue's capacity to it's actual capacity if a hard-limit is specified to be greater than it's actual capacity. We should allow the queue to go upto the hard-limit if specified. > Also, I propose we change the hard-limit unit to be percentage rather than #slots. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.