Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 59815 invoked from network); 26 Feb 2010 08:54:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Feb 2010 08:54:48 -0000 Received: (qmail 58207 invoked by uid 500); 26 Feb 2010 08:54:48 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 58184 invoked by uid 500); 26 Feb 2010 08:54:48 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 58176 invoked by uid 99); 26 Feb 2010 08:54:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2010 08:54:48 +0000 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; Fri, 26 Feb 2010 08:54:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EE43929A0016 for ; Fri, 26 Feb 2010 00:54:27 -0800 (PST) Message-ID: <891980803.550261267174467974.JavaMail.jira@brutus.apache.org> Date: Fri, 26 Feb 2010 08:54:27 +0000 (UTC) From: "Amar Kamat (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1482) Better handling of task diagnostic information stored in the TaskInProgress In-Reply-To: <364527324.202761265876548508.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amar Kamat updated MAPREDUCE-1482: ---------------------------------- Attachment: mapreduce-1482-v1.1.patch Attaching a patch that caps the task-diagnostic-info and state-string to 1024 chars. test-patch passed. All ant tests except the following have passed : - TestMiniMRLocalFS - TestSubmitJob - TestTTResourceReporting All these failed on trunk too. > Better handling of task diagnostic information stored in the TaskInProgress > --------------------------------------------------------------------------- > > Key: MAPREDUCE-1482 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1482 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: jobtracker > Reporter: Amar Kamat > Attachments: mapreduce-1482-v1.1.patch > > > Task diagnostic information can be very large at times eating up Jobtracker's memory. There should be some way to avoid storing large error strings in JobTracker. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.