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

Jitendra Nath Pandey commented on HDFS-1675:
--------------------------------------------

   In method transferBlockForPipelineRecovery, shouldn't the DataTransfer 
object be created with stage = BlockConstructionStage.TRANSFER_RBW ?

   In BlockReceiver.java#receiveBlock
          +        if (clientName.length() == 0
          +            && initialStage != BlockConstructionStage.TRANSFER_RBW) 
{ 
         No need to check for clientName.length() == 0 , it is already checked 
before.



   

> Transfer RBW between datanodes
> ------------------------------
>
>                 Key: HDFS-1675
>                 URL: https://issues.apache.org/jira/browse/HDFS-1675
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: data-node
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: h1675_20110228.patch, h1675_20110228b.patch, 
> h1675_20110308.patch, h1675_20110310.patch, h1675_20110310b.patch, 
> h1675_20110310c.patch, h1675_20110311.patch
>
>
> This is the step \(*) described 
> [here|https://issues.apache.org/jira/browse/HDFS-1606?focusedCommentId=12991321&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12991321].

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to