You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Arun C Murthy (JIRA)" <ji...@apache.org> on 2008/08/09 21:24:44 UTC

[jira] Updated: (HADOOP-3931) Bug in MapTask.MapOutputBuffer.collect leads to an unnecessary and harmful 'reset'

     [ https://issues.apache.org/jira/browse/HADOOP-3931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated HADOOP-3931:
----------------------------------

    Status: Patch Available  (was: Open)

> Bug in MapTask.MapOutputBuffer.collect leads to an unnecessary and harmful 'reset'
> ----------------------------------------------------------------------------------
>
>                 Key: HADOOP-3931
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3931
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.17.1
>            Reporter: Arun C Murthy
>            Assignee: Chris Douglas
>            Priority: Blocker
>             Fix For: 0.17.2
>
>         Attachments: HADOOP-3931_0_20080809.patch
>
>
> The unnecessary reset of the io.sort.mb buffer when bufindex==bufvoid leads to wrong, very large, temporary key buffer being created and passed along to the Buffer.write. This causes MapBufferTooSmallException as the Buffer thinks there isn't enough space to write this record into. If a combiner is defined the record does not go through the combiner and hits the disk directly.
> It's already fixed in hadoop-0.18.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.