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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2007/05/18 00:26:16 UTC

[jira] Updated: (HADOOP-1364) Inconsistent synchronization of SequenceFile$Reader.noBufferedValues; locked 66% of time

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

Owen O'Malley updated HADOOP-1364:
----------------------------------

    Attachment: 1364.patch

This patch adds a synchronization to the nextRaw and nextRawValue methods in the SequenceFile.Reader.

> Inconsistent synchronization of SequenceFile$Reader.noBufferedValues; locked 66% of time
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1364
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1364
>             Project: Hadoop
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Owen O'Malley
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: 1364.patch
>
>
> SequenceFile.java line 1600
> The noBufferedValues field appears to be accessed inconsistently with respect to synchronization.

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