Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 78547 invoked from network); 23 Apr 2007 22:36:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2007 22:36:39 -0000 Received: (qmail 77108 invoked by uid 500); 23 Apr 2007 22:36:44 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 77083 invoked by uid 500); 23 Apr 2007 22:36:44 -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 76892 invoked by uid 99); 23 Apr 2007 22:36:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 15:36:43 -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; Mon, 23 Apr 2007 15:36:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A393F714063 for ; Mon, 23 Apr 2007 15:36:15 -0700 (PDT) Message-ID: <18671449.1177367775667.JavaMail.jira@brutus> Date: Mon, 23 Apr 2007 15:36:15 -0700 (PDT) From: "Owen O'Malley (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1050) Do not count lost tasktracker against the job In-Reply-To: <21611040.1172692551061.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-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491089 ] Owen O'Malley commented on HADOOP-1050: --------------------------------------- +1 > Do not count lost tasktracker against the job > --------------------------------------------- > > Key: HADOOP-1050 > URL: https://issues.apache.org/jira/browse/HADOOP-1050 > Project: Hadoop > Issue Type: Bug > Components: mapred > Reporter: Arun C Murthy > Assigned To: Arun C Murthy > Fix For: 0.13.0 > > Attachments: HADOOP-1050_20070405_1.patch, HADOOP-1050_20070419_2.patch, HADOOP-1050_20070420_3.patch > > > Equating a task failure to the one caused by a lost tasktracker is unfair on the job; in extreme cases it leads to a job being killed since a TIP could fail. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.