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 "Hairong Kuang (JIRA)" <ji...@apache.org> on 2007/05/17 01:58:16 UTC

[jira] Updated: (HADOOP-1361) seek calls in 3 io classes ignore result of skipBytes(int)

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

Hairong Kuang updated HADOOP-1361:
----------------------------------

    Attachment: io_skip.patch

> seek calls in 3 io classes ignore result of skipBytes(int)
> ----------------------------------------------------------
>
>                 Key: HADOOP-1361
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1361
>             Project: Hadoop
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.12.3
>            Reporter: Nigel Daley
>         Assigned To: Hairong Kuang
>            Priority: Blocker
>             Fix For: 0.13.0
>
>         Attachments: io_skip.patch
>
>
> UTF8.java line 113
> Text.java line 233
> WritableUtils.java line 51
> These method calls ignore the return values of java.io.InputStream.skip() which may skip fewer bytes than requested.

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