Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 47435 invoked from network); 17 Jun 2008 23:37:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jun 2008 23:37:40 -0000 Received: (qmail 34921 invoked by uid 500); 17 Jun 2008 23:37:38 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 34728 invoked by uid 500); 17 Jun 2008 23:37:38 -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 34702 invoked by uid 99); 17 Jun 2008 23:37:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2008 16:37:38 -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; Tue, 17 Jun 2008 23:36:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2A2F6234C14F for ; Tue, 17 Jun 2008 16:36:45 -0700 (PDT) Message-ID: <69607845.1213745805171.JavaMail.jira@brutus> Date: Tue, 17 Jun 2008 16:36:45 -0700 (PDT) From: "Chris Douglas (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3550) Reduce tasks failing with OOM In-Reply-To: <551849311.1213325805127.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-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Douglas updated HADOOP-3550: ---------------------------------- Status: Patch Available (was: Open) > Reduce tasks failing with OOM > ----------------------------- > > Key: HADOOP-3550 > URL: https://issues.apache.org/jira/browse/HADOOP-3550 > Project: Hadoop Core > Issue Type: Bug > Affects Versions: 0.17.0 > Reporter: Arun C Murthy > Assignee: Arun C Murthy > Priority: Blocker > Fix For: 0.17.1, 0.18.0 > > Attachments: 3550-0.patch, 3550-0v17.patch > > > Map-Reduce jobs which worked with 0.16.* are failing with OOM with the following trace: > {noformat} > java.lang.OutOfMemoryError: Java heap space > at java.util.Arrays.copyOf(Arrays.java:2786) > at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:94) > at java.io.DataOutputStream.write(DataOutputStream.java:90) > at org.apache.hadoop.io.SequenceFile$UncompressedBytes.writeUncompressedBytes(SequenceFile.java:617) > at org.apache.hadoop.mapred.ReduceTask$ValuesIterator.readNextValue(ReduceTask.java:289) > at org.apache.hadoop.mapred.ReduceTask$ValuesIterator.next(ReduceTask.java:232) > at org.apache.hadoop.mapred.ReduceTask$ReduceValuesIterator.next(ReduceTask.java:311) > at org.apache.hadoop.streaming.PipeReducer.reduce(PipeReducer.java:67) > at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:391) > at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:2124) > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.