Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 23339 invoked from network); 26 Jun 2006 18:19:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jun 2006 18:19:04 -0000 Received: (qmail 83703 invoked by uid 500); 26 Jun 2006 18:19:04 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 83677 invoked by uid 500); 26 Jun 2006 18:19: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 83667 invoked by uid 99); 26 Jun 2006 18:19:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 11:19:03 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 11:19:03 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 981B4410008 for ; Mon, 26 Jun 2006 18:17:30 +0000 (GMT) Message-ID: <11698651.1151345850620.JavaMail.jira@brutus> Date: Mon, 26 Jun 2006 18:17:30 +0000 (GMT+00:00) From: "Bryan Pendleton (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-27) MapRed tries to allocate tasks to nodes that have no available disk space In-Reply-To: <1424617142.1139335680270.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-27?page=comments#action_12417866 ] Bryan Pendleton commented on HADOOP-27: --------------------------------------- I still think this issue is important. The point of MapReduce is to squeeze as much performance out of what you've got as possible. I regularly have machines with hundreds of gigs of space fail because one of their 4 drives is full. And, yes, the cascading failure problem is the real kicker. It sounds like your patch attacks both of those things - as soon as I have a chance, I'll test it against my current cluster and see how it performs. > MapRed tries to allocate tasks to nodes that have no available disk space > ------------------------------------------------------------------------- > > Key: HADOOP-27 > URL: http://issues.apache.org/jira/browse/HADOOP-27 > Project: Hadoop > Type: Bug > Components: mapred > Reporter: Mike Cafarella > Attachments: minspace_mapredtask.patch > > What it says above. MapRed TaskTrackers should not offer task service if the local disk > space is too constrained. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira