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 "Wendy Chien (JIRA)" <ji...@apache.org> on 2007/01/24 00:57:49 UTC

[jira] Created: (HADOOP-921) tail of file not checked for checksum errors

tail of file not checked for checksum errors
--------------------------------------------

                 Key: HADOOP-921
                 URL: https://issues.apache.org/jira/browse/HADOOP-921
             Project: Hadoop
          Issue Type: Bug
          Components: fs
            Reporter: Wendy Chien


The checksum is only verified every bytesPerSum (512) bytes.  For the last file size % bytesPerSum bytes in a file, the checksum is not checked. 

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


[jira] Assigned: (HADOOP-921) tail of file not checked for checksum errors

Posted by "Wendy Chien (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Chien reassigned HADOOP-921:
----------------------------------

    Assignee: Wendy Chien

> tail of file not checked for checksum errors
> --------------------------------------------
>
>                 Key: HADOOP-921
>                 URL: https://issues.apache.org/jira/browse/HADOOP-921
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>            Reporter: Wendy Chien
>         Assigned To: Wendy Chien
>
> The checksum is only verified every bytesPerSum (512) bytes.  For the last file size % bytesPerSum bytes in a file, the checksum is not checked. 

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


[jira] Resolved: (HADOOP-921) tail of file not checked for checksum errors

Posted by "Hairong Kuang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hairong Kuang resolved HADOOP-921.
----------------------------------

    Resolution: Fixed

Fixed by HADOOP-928

> tail of file not checked for checksum errors
> --------------------------------------------
>
>                 Key: HADOOP-921
>                 URL: https://issues.apache.org/jira/browse/HADOOP-921
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>            Reporter: Wendy Chien
>         Assigned To: Wendy Chien
>
> The checksum is only verified every bytesPerSum (512) bytes.  For the last file size % bytesPerSum bytes in a file, the checksum is not checked. 

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