[
https://issues.apache.org/jira/browse/HADOOP-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506871
]
Hudson commented on HADOOP-1501:
--------------------------------
Integrated in Hadoop-Nightly #131 (See
[http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/131/])
> Block reports from all datanodes arrive at the namenode within a small band
> of time
> -----------------------------------------------------------------------------------
>
> Key: HADOOP-1501
> URL: https://issues.apache.org/jira/browse/HADOOP-1501
> Project: Hadoop
> Issue Type: Bug
> Components: dfs
> Reporter: dhruba borthakur
> Assignee: dhruba borthakur
> Fix For: 0.14.0
>
> Attachments: randomBlockReportInterval.patch
>
>
> I have a 2000 node cluster and the block report interval is set to 1 hour.
> Most block report arrive within a few minutes of one another. For example, I
> have seen block reports from all 2000 nodes arrive within 5 minutes of one
> another. This causes CPU overload on the namenode, causing dropped calls in
> Call queue.
> My proposal is to make the datanode send a block report as soon as the
> datanode starts. Then, it waits for a random time between 0 to 1 hour (the
> configured value) before sending the nect block report. From then on, block
> reports from that datanode are sent once every 1 hour (the configured value).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.