Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-3931

Bug in MapTask.MapOutputBuffer.collect leads to an unnecessary and harmful 'reset'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.17.1
    • 0.17.2
    • None
    • None
    • Reviewed

    Description

      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.

      Attachments

        1. HADOOP-3931_0_20080809.patch
          0.5 kB
          Arun Murthy

        Activity

          People

            cdouglas Christopher Douglas
            acmurthy Arun Murthy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: