You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Scott Chen (JIRA)" <ji...@apache.org> on 2011/01/04 02:49:45 UTC

[jira] Created: (MAPREDUCE-2239) BlockPlacementPolicyRaid should call getBlockLocations only when necessary

BlockPlacementPolicyRaid should call getBlockLocations only when necessary
--------------------------------------------------------------------------

                 Key: MAPREDUCE-2239
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2239
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: contrib/raid
    Affects Versions: 0.23.0
            Reporter: Scott Chen
            Assignee: Scott Chen
             Fix For: 0.23.0


Currently BlockPlacementPolicyRaid calls getBlockLocations for every chooseTarget().
This puts pressure on NameNode. We should avoid calling if this file is not raided or a parity file.

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