Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 7576 invoked from network); 21 Feb 2007 01:21:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2007 01:21:27 -0000 Received: (qmail 23120 invoked by uid 500); 21 Feb 2007 01:21:34 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 23098 invoked by uid 500); 21 Feb 2007 01:21:34 -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 23089 invoked by uid 99); 21 Feb 2007 01:21:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 17:21:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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, 20 Feb 2007 17:21:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CEA5A7141EE for ; Tue, 20 Feb 2007 17:21:05 -0800 (PST) Message-ID: <29208312.1172020865844.JavaMail.jira@brutus> Date: Tue, 20 Feb 2007 17:21:05 -0800 (PST) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-654) jobs fail with some hardware/system failures on a small number of nodes In-Reply-To: <12549458.1162234096611.JavaMail.root@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-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy updated HADOOP-654: --------------------------------- Attachment: HADOOP-654_20070220_3.patch Updated patch for review... > jobs fail with some hardware/system failures on a small number of nodes > ----------------------------------------------------------------------- > > Key: HADOOP-654 > URL: https://issues.apache.org/jira/browse/HADOOP-654 > Project: Hadoop > Issue Type: Bug > Components: mapred > Affects Versions: 0.7.2 > Reporter: Yoram Arnon > Assigned To: Arun C Murthy > Priority: Minor > Fix For: 0.12.0 > > Attachments: HADOOP-654_20070208_1.patch, HADOOP-654_20070209_2.patch, HADOOP-654_20070220_3.patch > > > occasionally, such as when the OS is out of some resource, a node fails only partly. The node is up and running, the task tracker is running and sending heartbeats, but every task fails because the tasktracker can't fork tasks or something. > In these cases, that task tracker keeps getting assigned tasks to execute, and they all fail. > A couple of nodes like that and jobs start failing badly. > The job tracker should avoid assigning tasks to tasktrackers that are misbehaving. > simple approach: avoid tasktrackers that report many more failures than average (say 3X). Simply use the info sent by the TT. > better but harder: track TT failures over time and: > 1. avoid those that exhibit a high failure *rate* > 2. tell them to shut down -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.