Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 6273 invoked from network); 25 Sep 2007 21:34:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Sep 2007 21:34:15 -0000 Received: (qmail 61745 invoked by uid 500); 25 Sep 2007 21:34:05 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 61406 invoked by uid 500); 25 Sep 2007 21:34:04 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 61396 invoked by uid 99); 25 Sep 2007 21:34:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2007 14:34:04 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2007 21:36:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2D45171420C for ; Tue, 25 Sep 2007 14:33:51 -0700 (PDT) Message-ID: <13256922.1190756031182.JavaMail.jira@brutus> Date: Tue, 25 Sep 2007 14:33:51 -0700 (PDT) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-1944) Maps which ran on trackers declared 'lost' are being marked as FAILED rather than KILLED MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Maps which ran on trackers declared 'lost' are being marked as FAILED rather than KILLED ---------------------------------------------------------------------------------------- Key: HADOOP-1944 URL: https://issues.apache.org/jira/browse/HADOOP-1944 Project: Hadoop Issue Type: Bug Components: mapred Affects Versions: 0.15.0 Reporter: Arun C Murthy Assignee: Arun C Murthy Priority: Blocker Fix For: 0.15.0 There seems to be a bug in {{TaskInProgress.taskKilled}} which checks if that taskid was in {{tasksToKill}}, if not, it just marks the taskid as FAILED. This is wrong since tasks can also be KILLED due to *lost task-trackers* and hence won't be found in {{tasksToKill}}. This clearly leads to a wrongly penalizing user-jobs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.