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/07/12 19:51:04 UTC

[jira] Resolved: (HADOOP-1428) ChecksumFileSystem : some operations implicitly not supported.

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

Hairong Kuang resolved HADOOP-1428.
-----------------------------------

    Resolution: Fixed

Resolved by HADOOP-1470.

> ChecksumFileSystem : some operations implicitly not supported.
> --------------------------------------------------------------
>
>                 Key: HADOOP-1428
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1428
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.12.3
>            Reporter: Raghu Angadi
>             Fix For: 0.14.0
>
>
> It looks like {{skip()}} would skip bytes on data stream. That assures next read is going to be a checksum error. If skip() is not supported, ideally it should throw an exception with clear message.
> Also positional reads ({{read(long position, buf)}}) don't seem to checksum the data. It might be ok, but it is not obvious to users.

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