Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 1659 invoked from network); 23 Dec 2009 10:05:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Dec 2009 10:05:52 -0000 Received: (qmail 26876 invoked by uid 500); 23 Dec 2009 10:05:52 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 26802 invoked by uid 500); 23 Dec 2009 10:05:52 -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 26792 invoked by uid 99); 23 Dec 2009 10:05:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 10:05:52 +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; Wed, 23 Dec 2009 10:05:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6D031234C045 for ; Wed, 23 Dec 2009 02:05:29 -0800 (PST) Message-ID: <141434499.1261562729432.JavaMail.jira@brutus> Date: Wed, 23 Dec 2009 10:05:29 +0000 (UTC) From: "Hong Tang (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1317) Reducing memory consumption of rumen objects In-Reply-To: <918487705.1261135818123.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793994#action_12793994 ] Hong Tang commented on MAPREDUCE-1317: -------------------------------------- The 2 failed unit tests in rumen were caused by my false assumption that LoggedXXX objects are immutable - while in fact the HadoopLogAnalyzer actually mutates the List object returned from the getter method. I restore the original semantics by creating an empty list instead of using Collections.emptyList(). I filed MAPREDUCE-1330 to propose to make LoggedXXX APIs more consistent in this regard. > Reducing memory consumption of rumen objects > -------------------------------------------- > > Key: MAPREDUCE-1317 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1317 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Affects Versions: 0.21.0, 0.22.0 > Reporter: Hong Tang > Assignee: Hong Tang > Fix For: 0.21.0, 0.22.0 > > Attachments: mapreduce-1317-20091218.patch, mapreduce-1317-20091222-2.patch, mapreduce-1317-20091222.patch, mapreduce-1317-20091223.patch > > > We have encountered OutOfMemoryErrors in mumak and gridmix when dealing with very large jobs. The purpose of this jira is to optimze memory consumption of rumen produced job objects. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.