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

SortedMapWritable: readFields() will not clear values before deserialization

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.19.1
    • None
    • None
    • None

    Description

      In case SortedMapWritable is used as value in a reducer, the user must explicitly call clear() on the map between iterating values. This is because SortedMapWritable will be reused once instantiated, but consecutive calls to readFields() will not reset the maps internal state, as e.g. done by MapWritable. Please add this.instance.clear(); on top of readFields().
      You may also want to consider HADOOP-5028 for fixing another issue with this class.

      Attachments

        Activity

          People

            Unassigned Unassigned
            spod Stefan Podkowinski
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: