Bharat Viswanadham created HDFS-13222:
-----------------------------------------

             Summary: Remove check for getBlock().getNumBytes() < 
getBlocksMinBlockSize in Dispatcher
                 Key: HDFS-13222
                 URL: https://issues.apache.org/jira/browse/HDFS-13222
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Bharat Viswanadham
            Assignee: Bharat Viswanadham


We can remove the check for getBlock().getNumBytes() < getBlocksMinBlockSize

As this is taken care in the namenode, when it returns blocks, it uses the 

dfs.balancer.getBlocks.min-block-size and returns blocks greater than minblock 
size.

 

getBlocks Using balancer parameter is done in this Jira HDFS-9412

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to