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 "dhruba borthakur (JIRA)" <ji...@apache.org> on 2011/03/30 06:27:05 UTC

[jira] [Resolved] (HDFS-1392) Improve namenode scalability by prioritizing datanode heartbeats over block reports

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

dhruba borthakur resolved HDFS-1392.
------------------------------------

    Resolution: Duplicate

duplicate of HDFS-1541

> Improve namenode scalability by prioritizing datanode heartbeats over block reports
> -----------------------------------------------------------------------------------
>
>                 Key: HDFS-1392
>                 URL: https://issues.apache.org/jira/browse/HDFS-1392
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: name-node
>            Reporter: dhruba borthakur
>            Assignee: dhruba borthakur
>
> When a namenode restarts, it gets heartbeats followed by a block reports from the datanodes. The block report processing is heavyweight and can take many many seconds, especially when the number of blocks in each datanode is large. This causes the namenode to not be able to process heartbeats in time, thus leading to "lost heartbeats from datanode". The namenode declares the datanode to be dead and the datanode has to re-send its register/block report all over again. This is a scalability problem.

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