You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Kai Sasaki (JIRA)" <ji...@apache.org> on 2016/03/15 10:10:33 UTC

[jira] [Resolved] (HDFS-10024) CLONE - Fix the editlog corruption exposed by failed TestAddStripedBlocks

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

Kai Sasaki resolved HDFS-10024.
-------------------------------
    Resolution: Invalid

> CLONE - Fix the editlog corruption exposed by failed TestAddStripedBlocks
> -------------------------------------------------------------------------
>
>                 Key: HDFS-10024
>                 URL: https://issues.apache.org/jira/browse/HDFS-10024
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: dragon
>            Assignee: Jing Zhao
>             Fix For: HDFS-7285
>
>
> {{TestAddStripedBlocks}} failed with some editlog corruption. Did some debugging, I can see at least two issues:
> # DFSStripedOutputStream tries to send out an empty packet to close the block even if writing 0 bytes
> # Because of the above, NN tries to close the file. This exposes another bug in {{BlockInfoStriped}}, which writes its data/parity block numbers into the close editlog but do not read them while loading.
> This jira aims to only fix #2 and HDFS-8166 is used for fixing #1.



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