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 "Konstantin Shvachko (JIRA)" <ji...@apache.org> on 2009/08/27 23:01:00 UTC

[jira] Created: (HDFS-576) Extend Block report to include under-construction replicas

Extend Block report to include under-construction replicas
----------------------------------------------------------

                 Key: HDFS-576
                 URL: https://issues.apache.org/jira/browse/HDFS-576
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: data-node, name-node
    Affects Versions: Append Branch
            Reporter: Konstantin Shvachko
            Assignee: Konstantin Shvachko
             Fix For: Append Branch


Current data-node block reports report only finalized (in append terminology) blocks. Data-nodes should report all block replicas except for the temporary ones so that clients could read from incomplete replicas and to make block recovery possible.
The attached design document goes into more details of the new block reports.

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


[jira] Resolved: (HDFS-576) Extend Block report to include under-construction replicas

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

Konstantin Shvachko resolved HDFS-576.
--------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

I committed this to the append branch.

> Extend Block report to include under-construction replicas
> ----------------------------------------------------------
>
>                 Key: HDFS-576
>                 URL: https://issues.apache.org/jira/browse/HDFS-576
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: data-node, name-node
>    Affects Versions: Append Branch
>            Reporter: Konstantin Shvachko
>            Assignee: Konstantin Shvachko
>             Fix For: Append Branch
>
>         Attachments: BlockReport.htm, NewBlockReport.patch, NewBlockReport.patch
>
>
> Current data-node block reports report only finalized (in append terminology) blocks. Data-nodes should report all block replicas except for the temporary ones so that clients could read from incomplete replicas and to make block recovery possible.
> The attached design document goes into more details of the new block reports.

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