Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 76306 invoked from network); 24 Aug 2010 19:08:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Aug 2010 19:08:00 -0000 Received: (qmail 77395 invoked by uid 500); 24 Aug 2010 19:08:00 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 77353 invoked by uid 500); 24 Aug 2010 19:07:59 -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 77345 invoked by uid 99); 24 Aug 2010 19:07:59 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 19:07:59 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 19:07:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7OJ7JeA024219 for ; Tue, 24 Aug 2010 19:07:19 GMT Message-ID: <22502499.537011282676839649.JavaMail.jira@thor> Date: Tue, 24 Aug 2010 15:07:19 -0400 (EDT) From: "Matei Zaharia (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-2027) fair share scheduler causes unnecessary preemption under some conditions In-Reply-To: <14934293.517791282598717153.JavaMail.jira@thor> 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-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902020#action_12902020 ] Matei Zaharia commented on MAPREDUCE-2027: ------------------------------------------ Actually, looking at trunk, the issue seems to be there too. The methods you need to fix are neededSpeculativeMaps and neededSpeculativeReduces in DefaultTaskSelector. > fair share scheduler causes unnecessary preemption under some conditions > ------------------------------------------------------------------------ > > Key: MAPREDUCE-2027 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2027 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: contrib/fair-share > Reporter: Joydeep Sen Sarma > > When the cluster hits speculative cap - JobInProgress does not speculate any more. however FairShare Scheduler continues to believe that tasks need to be speculated. > Under such conditions, FS Scheduler will start preempting repeatedly (because from it's perspective - certain jobs are not getting the slots they deserve (for speculative tasks)). > There may be other reasons for excessive preemption as well - this one stood out clearly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.