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 "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/08/06 20:44:16 UTC

[jira] Created: (HDFS-1332) When unable to place replicas, BlockPlacementPolicy should log reasons nodes were excluded

When unable to place replicas, BlockPlacementPolicy should log reasons nodes were excluded
------------------------------------------------------------------------------------------

                 Key: HDFS-1332
                 URL: https://issues.apache.org/jira/browse/HDFS-1332
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: name-node
            Reporter: Todd Lipcon
            Priority: Minor


Whenever the block placement policy determines that a node is not a "good target" it could add the reason for exclusion to a list, and then when we log "Not able to place enough replicas" we could say why each node was refused. This would help new users who are having issues on pseudo-distributed (eg because their data dir is on /tmp and /tmp is full). Right now it's very difficult to figure out the issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.