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 "Vinayakumar B (JIRA)" <ji...@apache.org> on 2014/04/15 19:06:21 UTC

[jira] [Created] (HDFS-6247) Avoid timeouts for replaceBlock() call by sending intermediate responses to Balancer

Vinayakumar B created HDFS-6247:
-----------------------------------

             Summary: Avoid timeouts for replaceBlock() call by sending intermediate responses to Balancer
                 Key: HDFS-6247
                 URL: https://issues.apache.org/jira/browse/HDFS-6247
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: balancer, datanode
    Affects Versions: 2.4.0
            Reporter: Vinayakumar B
            Assignee: Vinayakumar B


Currently there is no response sent from target Datanode to Balancer for the replaceBlock() calls.

Since the Block movement for balancing is throttled, complete block movement will take time and this could result in timeout at Balancer, which will be trying to read the status message.
 
To Avoid this during replaceBlock() call in in progress Datanode  can send IN_PROGRESS status messages to Balancer to avoid timeouts and treat BlockMovement as  failed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)