You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Raghu Angadi (JIRA)" <ji...@apache.org> on 2007/03/31 00:22:25 UTC

[jira] Commented: (HADOOP-1187) DFS Scalability: avoid scanning entire list of datanodes in getAdditionalBlocks

    [ https://issues.apache.org/jira/browse/HADOOP-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485668 ] 

Raghu Angadi commented on HADOOP-1187:
--------------------------------------

Hairong is adding map for hostname to datanode map. Would that help?


> DFS Scalability: avoid scanning entire list of datanodes in getAdditionalBlocks
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-1187
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1187
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>            Reporter: dhruba borthakur
>         Assigned To: dhruba borthakur
>
> A new block allocations for a file scans the list of all known datanodes to find if the client that is a also a cluster node. If so, then it tries to allocate a replica locally. This check consumes plenty of CPU, especially if the number of datanodes in a cluster is large.
> An optimization: if the client is also a cluster node, then cache a reference to the corresponding DatanodeDescriptor from the entry in pendingCreate. The method getAdditionalBlock() uses the cached DatanodeDescriptor and thus avoids scanning the entire list of datanodes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.