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 "Juan Yu (JIRA)" <ji...@apache.org> on 2014/06/10 19:03:02 UTC

[jira] [Created] (HDFS-6511) BlockManager#computeInvalidateWork() could do nothing

Juan Yu created HDFS-6511:
-----------------------------

             Summary: BlockManager#computeInvalidateWork() could do nothing
                 Key: HDFS-6511
                 URL: https://issues.apache.org/jira/browse/HDFS-6511
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: Juan Yu
            Assignee: Juan Yu
            Priority: Minor


BlockManager#computeInvalidateWork() uses a for loop to check certain number of DNs to do invalidation work. but it's possible that a DN has nothing to invalidate.  
computeInvalidateWork() should loop until really invalidate certain number of DNs. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)