Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 16552 invoked from network); 1 Oct 2008 14:08:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2008 14:08:10 -0000 Received: (qmail 71702 invoked by uid 500); 1 Oct 2008 14:08:04 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 71674 invoked by uid 500); 1 Oct 2008 14:08:04 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 71661 invoked by uid 99); 1 Oct 2008 14:08:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 07:08:04 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 14:07:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 958EE234C212 for ; Wed, 1 Oct 2008 07:07:44 -0700 (PDT) Message-ID: <161158525.1222870064611.JavaMail.jira@brutus> Date: Wed, 1 Oct 2008 07:07:44 -0700 (PDT) From: "Devaraj Das (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-4001) TaskTracker's Memory resource should be considered when tasktracker asks for new task In-Reply-To: <97575479.1219401764602.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-4001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HADOOP-4001: -------------------------------- Fix Version/s: (was: 0.19.0) Please mark it as a blocker for 0.19 if required > TaskTracker's Memory resource should be considered when tasktracker asks for new task > ------------------------------------------------------------------------------------- > > Key: HADOOP-4001 > URL: https://issues.apache.org/jira/browse/HADOOP-4001 > Project: Hadoop Core > Issue Type: New Feature > Components: mapred > Affects Versions: 0.17.2 > Reporter: ZhuGuanyin > Priority: Minor > > Currently, taskTracker only considers enough free disk space left when it asks for new task, memory resource should be considered too, or it may works badly in SMP environment. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.