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 "Uma Maheswara Rao G (Created) (JIRA)" <ji...@apache.org> on 2011/10/17 21:15:10 UTC

[jira] [Created] (HDFS-2455) recoverTempUnlinkedBlock & addToReplicasMap can be optimized to do in single scan in FSDataset.

recoverTempUnlinkedBlock & addToReplicasMap can be optimized to do in single scan in FSDataset.
-----------------------------------------------------------------------------------------------

                 Key: HDFS-2455
                 URL: https://issues.apache.org/jira/browse/HDFS-2455
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: data-node
            Reporter: Uma Maheswara Rao G
            Assignee: Uma Maheswara Rao G


{code}
recoverTempUnlinkedBlock();
volume.addToReplicasMap(bpid, volumeMap, dir, true);
{code}

Above both mothods will take list of files in dir and scan separately.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira