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 "Xiao Chen (JIRA)" <ji...@apache.org> on 2015/11/19 02:29:11 UTC

[jira] [Created] (HDFS-9440) Improve BlockPlacementPolicyDefault's to be able to rebalance when picking of excess replicas

Xiao Chen created HDFS-9440:
-------------------------------

             Summary: Improve BlockPlacementPolicyDefault's to be able to rebalance when picking of excess replicas
                 Key: HDFS-9440
                 URL: https://issues.apache.org/jira/browse/HDFS-9440
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: Xiao Chen


The test case used in HDFS-9313 and HDFS-9314 identified the limitation of excess replica picking. If the current replicas are on
{SSD(rack 1), DISK(rack 3), DISK(rack 3), DISK(rack 3)}
and the storage policy changes to HOT_STORAGE_POLICY_ID, BlockPlacementPolicyDefault's won't be able to delete SSD replica, because deleting the SSD on rack 1 will violate the block placement policy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)