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 "Ming Ma (JIRA)" <ji...@apache.org> on 2015/09/02 05:26:45 UTC

[jira] [Created] (HDFS-9007) Fix HDFS Balancer to honor upgrade domain policy

Ming Ma created HDFS-9007:
-----------------------------

             Summary: Fix HDFS Balancer to honor upgrade domain policy
                 Key: HDFS-9007
                 URL: https://issues.apache.org/jira/browse/HDFS-9007
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: Ming Ma


In the current design of HDFS Balancer, it doesn't use BlockPlacementPolicy used by namenode runtime. Instead, it has somewhat redundant code to make sure block allocation conforms with the rack policy.

When namenode uses upgrade domain based policy, we need to make sure that HDFS balancer doesn't move blocks in a way that could violate upgrade domain block placement policy.

In the longer term, we should consider how to make Balancer independent of the actual BlockPlacementPolicy as in HDFS-1431. 



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