Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 94360 invoked from network); 4 Dec 2008 14:02:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2008 14:02:08 -0000 Received: (qmail 85242 invoked by uid 500); 4 Dec 2008 14:02:19 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 85211 invoked by uid 500); 4 Dec 2008 14:02:19 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 85200 invoked by uid 99); 4 Dec 2008 14:02:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 06:02:19 -0800 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; Thu, 04 Dec 2008 14:00:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7A203234C2DB for ; Thu, 4 Dec 2008 06:01:46 -0800 (PST) Message-ID: <713654916.1228399306499.JavaMail.jira@brutus> Date: Thu, 4 Dec 2008 06:01:46 -0800 (PST) From: "Hemanth Yamijala (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Resolved: (HADOOP-4558) Scheduler fails to reclaim capacity if Jobs are submitted to queue one after the other In-Reply-To: <499010363.1225464224236.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hemanth Yamijala resolved HADOOP-4558. -------------------------------------- Resolution: Fixed Fix Version/s: 0.20.0 Hadoop Flags: [Reviewed] I ran the capacity scheduler tests, and they passed. Since the patch does not touch any other component, there was no need to run any other tests. I just committed this. Thanks, Amar ! > Scheduler fails to reclaim capacity if Jobs are submitted to queue one after the other > -------------------------------------------------------------------------------------- > > Key: HADOOP-4558 > URL: https://issues.apache.org/jira/browse/HADOOP-4558 > Project: Hadoop Core > Issue Type: Bug > Components: contrib/capacity-sched > Affects Versions: 0.19.0 > Environment: Cluster Capacity Maps=Reduces =210 each > Two Queues: > Q1: default, GC (%) =40, GC=84 (Maps and Reduces each). Reclaim time = 3 mins. > Q2: test_q1, GC (%) =60, GC=126 (Maps and Reduces each) Reclaim time = 2 mins > Reporter: Karam Singh > Assignee: Amar Kamat > Fix For: 0.20.0 > > Attachments: 4558.1.patch, HADOOP-4558-v1.4.patch, HADOOP-4558-v1.5.patch, HADOOP-4558-v1.7.patch > > > Scheduler fails to reclaim capacity if Jobs are submitted to queue one after the other. > First job submitted with tasks equal to cluster's M/R Capacity > Second is submitted to different queue when all tasks of First Job are running, scheduler fails to reclaim capacity for second job. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.