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:06:33 UTC

[jira] [Resolved] (HDFS-10003) CLONE - Erasure Coding: simplify striped block recovery work computation and add tests

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

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

> CLONE - Erasure Coding: simplify striped block recovery work computation and add tests
> --------------------------------------------------------------------------------------
>
>                 Key: HDFS-10003
>                 URL: https://issues.apache.org/jira/browse/HDFS-10003
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: dragon
>            Assignee: Jing Zhao
>             Fix For: HDFS-7285
>
>
> HDFS-7369 adds the functionality to distribute recovery work of striped blocks to datanodes. There are still some pending issues:
> # In {{BlockManager#chooseSourceNode}}, a node is added into {{healthyIndices}} without checking if its block is live and healthy
> # The test {{TestRecoverStripedBlcoks#testMissingStripedBlock}} has not tested striped blocks because the file is created before setting the storage policy
> # In {{computeRecoveryWorkForBlocks}}, instead of using {{BlockCollection#isStriped}}, we'd better use {{BlockInfo#isStriped}}



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