You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Karthik Kambatla (JIRA)" <ji...@apache.org> on 2015/01/13 17:09:35 UTC

[jira] [Commented] (MAPREDUCE-6215) Map is not cleared in SortedMapWritable.readFields(DataInput in)

    [ https://issues.apache.org/jira/browse/MAPREDUCE-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14275455#comment-14275455 ] 

Karthik Kambatla commented on MAPREDUCE-6215:
---------------------------------------------

The patch looks benign. Mind adding a test case? 

> Map is not cleared in SortedMapWritable.readFields(DataInput in)
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-6215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6215
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv1, mrv2
>    Affects Versions: trunk
>            Reporter: Ahmed Radwan
>            Assignee: Ahmed Radwan
>         Attachments: apache-sortedMapWritable.patch
>
>
> The readFields(DataInput in) in SortedMapWritable doesn't reset the internally used SortedMap. If this Writable object is reused then entries will get accumulated in the map with every call of readFields().
> I have seen this behavior when using SequenceFileInputFormat. See  SequenceFileRecordReader.java and SequenceFile.Reader.
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)