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 "Chris Douglas (JIRA)" <ji...@apache.org> on 2008/04/05 01:40:24 UTC

[jira] Created: (HADOOP-3185) DFSClient should track failures by block rather than globally

DFSClient should track failures by block rather than globally
-------------------------------------------------------------

                 Key: HADOOP-3185
                 URL: https://issues.apache.org/jira/browse/HADOOP-3185
             Project: Hadoop Core
          Issue Type: Improvement
            Reporter: Chris Douglas
             Fix For: 0.18.0


Rather than tracking the total number of times DFSInputStream failed to locate a datanode for a particular block, such failures and the the list of datanodes involved should be scoped to individual blocks. In particular, the "deadnode" list should be a map of blocks to a list of failed nodes, the latter reset and the nodes retried per the existing semantics.

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


[jira] Updated: (HADOOP-3185) DFSClient should track failures by block rather than globally

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

dhruba borthakur updated HADOOP-3185:
-------------------------------------

    Component/s: dfs

> DFSClient should track failures by block rather than globally
> -------------------------------------------------------------
>
>                 Key: HADOOP-3185
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3185
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: dfs
>            Reporter: Chris Douglas
>             Fix For: 0.18.0
>
>
> Rather than tracking the total number of times DFSInputStream failed to locate a datanode for a particular block, such failures and the the list of datanodes involved should be scoped to individual blocks. In particular, the "deadnode" list should be a map of blocks to a list of failed nodes, the latter reset and the nodes retried per the existing semantics.

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


[jira] Updated: (HADOOP-3185) DFSClient should track failures by block rather than globally

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

Mukund Madhugiri updated HADOOP-3185:
-------------------------------------

    Fix Version/s:     (was: 0.18.0)

> DFSClient should track failures by block rather than globally
> -------------------------------------------------------------
>
>                 Key: HADOOP-3185
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3185
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: dfs
>            Reporter: Chris Douglas
>
> Rather than tracking the total number of times DFSInputStream failed to locate a datanode for a particular block, such failures and the the list of datanodes involved should be scoped to individual blocks. In particular, the "deadnode" list should be a map of blocks to a list of failed nodes, the latter reset and the nodes retried per the existing semantics.

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