Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 19778 invoked from network); 5 May 2009 19:09:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 May 2009 19:09:48 -0000 Received: (qmail 14682 invoked by uid 500); 5 May 2009 19:09:46 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 14572 invoked by uid 500); 5 May 2009 19:09:45 -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 14550 invoked by uid 99); 5 May 2009 19:09:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 19:09:45 +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, 05 May 2009 19:09:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D2FFC234C4AD for ; Tue, 5 May 2009 12:08:30 -0700 (PDT) Message-ID: <1497183951.1241550510863.JavaMail.jira@brutus> Date: Tue, 5 May 2009 12:08:30 -0700 (PDT) From: "Hudson (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-5726) Remove pre-emption from the capacity scheduler code base In-Reply-To: <208007659.1240473107566.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/HADOOP-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706152#action_12706152 ] Hudson commented on HADOOP-5726: -------------------------------- Integrated in Hadoop-trunk #827 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/827/]) . Remove pre-emption from capacity scheduler code base. Contributed by Rahul Kumar Singh. > Remove pre-emption from the capacity scheduler code base > -------------------------------------------------------- > > Key: HADOOP-5726 > URL: https://issues.apache.org/jira/browse/HADOOP-5726 > Project: Hadoop Core > Issue Type: Improvement > Components: contrib/capacity-sched > Reporter: Hemanth Yamijala > Assignee: rahul k singh > Fix For: 0.20.1 > > Attachments: cs-without-preemption-23-1-2009.patch > > > In an effort to simplify the code base, we would like to remove the pre-emption related code in the capacity scheduler. We would reintroduce this (possibly with some revisions to the original design) after a while. This will be an incompatible change. Any objections ? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.