[ https://issues.apache.org/jira/browse/HDFS-8823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Haohui Mai updated HDFS-8823: ----------------------------- Attachment: (was: HDFS-8823.WIP.patch) > Move replication factor into individual blocks > ---------------------------------------------- > > Key: HDFS-8823 > URL: https://issues.apache.org/jira/browse/HDFS-8823 > Project: Hadoop HDFS > Issue Type: Improvement > Reporter: Haohui Mai > Assignee: Haohui Mai > Attachments: HDFS-8823.000.patch > > > This jira proposes to record the replication factor in the {{BlockInfo}} > class. The changes have two advantages: > * Decoupling the namespace and the block management layer. It is a > prerequisite step to move block management off the heap or to a separate > process. > * Increased flexibility on replicating blocks. Currently the replication > factors of all blocks have to be the same. The replication factors of these > blocks are equal to the highest replication factor across all snapshots. The > changes will allow blocks in a file to have different replication factor, > potentially saving some space. -- This message was sent by Atlassian JIRA (v6.3.4#6332)