[ 
https://issues.apache.org/jira/browse/HDFS-9103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900739#comment-14900739
 ] 

Bob Hansen commented on HDFS-9103:
----------------------------------

I think it is important to have a high-level C++ "go read this data" API that 
provides a simple async API for reading that embodies good default policies for 
failure recovery and cross-block reading.  It makes sense to keep them 
composible; I will re-work AsycPreadSome to push the ignored node scope into 
the ephemeral state and have it managed by the reliable read method.

> Retry reads on DN failure
> -------------------------
>
>                 Key: HDFS-9103
>                 URL: https://issues.apache.org/jira/browse/HDFS-9103
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: hdfs-client
>            Reporter: Bob Hansen
>            Assignee: Bob Hansen
>         Attachments: HDFS-9103.1.patch
>
>
> When AsyncPreadSome fails, add the failed DataNode to the excluded list and 
> try again.



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

Reply via email to