[ 
https://issues.apache.org/jira/browse/HDFS-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213211#comment-13213211
 ] 

Tsz Wo (Nicholas), SZE commented on HDFS-2981:
----------------------------------------------

The default in code currently is set to true.
{code}
//DFSConfigKeys
  public static final boolean 
DFS_CLIENT_WRITE_REPLACE_DATANODE_ON_FAILURE_ENABLE_DEFAULT = true;
{code}
                
> The default value of 
> dfs.client.block.write.replace-datanode-on-failure.enable should be true
> ---------------------------------------------------------------------------------------------
>
>                 Key: HDFS-2981
>                 URL: https://issues.apache.org/jira/browse/HDFS-2981
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: h2981_20120221.patch
>
>
> There was a typo earlier in the default value of 
> dfs.client.block.write.replace-datanode-on-failure.enable.  Then, HDFS-2944 
> changed from "ture" to "false".  It should be changed to "true".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to