[
https://issues.apache.org/jira/browse/HDFS-6661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kihwal Lee updated HDFS-6661:
-----------------------------
Target Version/s: 2.6.0
Fix Version/s: (was: 2.5.0)
(was: 3.0.0)
> Use BlockList instead of double linked list i.e BlockInfo triplets
> --------------------------------------------------------------------
>
> Key: HDFS-6661
> URL: https://issues.apache.org/jira/browse/HDFS-6661
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: namenode
> Affects Versions: 2.4.1
> Reporter: Amir Langer
> Attachments:
> 0003-use-BlockList-instead-of-a-double-linked-list-of-blo.patch
>
>
> Replace the triplets data structure with a BlockList instance per
> DatanodeStorageInfo. This requires to keep only two integers per replica in
> any BlockInfo object. (One is the index for the DatanodeStorageInfo and the
> other is the position of the block in that DatanodeStorageInfo BlockList).
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)