[ https://issues.apache.org/jira/browse/HDFS-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Konstantin Shvachko reopened HDFS-9754: --------------------------------------- There is clearly value in the work done here. I would rather revert the entire thing in order to unblock 2.8 release, and then let people modify the patch. Reopening this for now. > Avoid unnecessary getBlockCollection calls in BlockManager > ---------------------------------------------------------- > > Key: HDFS-9754 > URL: https://issues.apache.org/jira/browse/HDFS-9754 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: namenode > Reporter: Jing Zhao > Assignee: Jing Zhao > Fix For: 2.9.0, 3.0.0-alpha1, 2.8.2 > > Attachments: HDFS-9754.000.patch, HDFS-9754.001.patch, > HDFS-9754.002.patch > > > Currently BlockManager calls {{Namesystem#getBlockCollection}} in order to: > 1. check if the block has already been abandoned > 2. identify the storage policy of the block > 3. meta save > For #1 we can use BlockInfo's internal state instead of checking if the > corresponding file still exists. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org