Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 82717 invoked from network); 28 Nov 2010 01:03:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Nov 2010 01:03:04 -0000 Received: (qmail 69895 invoked by uid 500); 28 Nov 2010 01:03:04 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 69855 invoked by uid 500); 28 Nov 2010 01:03:04 -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 69847 invoked by uid 99); 28 Nov 2010 01:03:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Nov 2010 01:03:04 +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; Sun, 28 Nov 2010 01:03:01 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAS12exj017736 for ; Sun, 28 Nov 2010 01:02:40 GMT Message-ID: <17505825.3391290906160177.JavaMail.jira@thor> Date: Sat, 27 Nov 2010 20:02:40 -0500 (EST) From: "Matei Zaharia (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1974) FairScheduler can preempt the same task many times 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-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964479#action_12964479 ] Matei Zaharia commented on MAPREDUCE-1974: ------------------------------------------ Did you guys fix this one at Facebook? It would be nice to put it into trunk and 0.21.1 too. > FairScheduler can preempt the same task many times > -------------------------------------------------- > > Key: MAPREDUCE-1974 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1974 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: contrib/fair-share > Affects Versions: 0.21.0, 0.22.0 > Reporter: Scott Chen > Assignee: Scott Chen > Fix For: 0.22.0 > > Attachments: MAPREDUCE-1974.txt > > > In FairScheduler.preemptTasks(), tasks are collected from JobInProgress.runningMapCache. > But tasks repeat multiple times in JobInProgress.runningMapCache (on rack, node and cluster). > This makes FairScheduler preempt the same task many times. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.