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 2014/01/10 20:51:50 UTC

[jira] [Created] (HDFS-5757) Decommisson lots of nodes at the same time could slow down NN

Ming Ma created HDFS-5757:
-----------------------------

             Summary: Decommisson lots of nodes at the same time could slow down NN
                 Key: HDFS-5757
                 URL: https://issues.apache.org/jira/browse/HDFS-5757
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: namenode
            Reporter: Ming Ma


Sometimes we need to decomm a whole rack of nodes at the same time. When the decomm is in process; NN is slow.

The reason is when DecommissionManager checks the decomm status, it acquires namesystem's writer lock and iterates through all DNs; for each DN that is in decommissioning state, it check if replication is done for all the blocks on the machine via blockManager.isReplicationInProgress; for large cluster; the number of blocks on the machine could be big.

The fix could be to have DecommissionManager check for several decomm-in-progress nodes each time it aquires namesystem's writer lock.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)