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 "Konstantin Shvachko (JIRA)" <ji...@apache.org> on 2009/07/29 01:31:15 UTC

[jira] Created: (HDFS-511) Redundant block searches in BlockManager.

Redundant block searches in BlockManager.
-----------------------------------------

                 Key: HDFS-511
                 URL: https://issues.apache.org/jira/browse/HDFS-511
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: name-node
    Affects Versions: 0.21.0
            Reporter: Konstantin Shvachko
            Assignee: Konstantin Shvachko
             Fix For: 0.21.0


Some searches for a block in {{blocksMap}} are redundant and should be eliminated.
{{BlockManager.addStoredBlock()}} contain unnecessary explicit and hidden (inside {{markBlockAsCorrupt()}}) calls of {{blocksMap.getStoredBlock()}}.


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