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 "Tsz Wo (Nicholas), SZE (Resolved) (JIRA)" <ji...@apache.org> on 2012/02/23 03:21:48 UTC

[jira] [Resolved] (HDFS-2944) Typo in hdfs-default.xml causes dfs.client.block.write.replace-datanode-on-failure.enable to be mistakenly disabled

     [ https://issues.apache.org/jira/browse/HDFS-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE resolved HDFS-2944.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.23.2

Merged to 0.23.  Thanks Aaron for catching the typo.
                
> Typo in hdfs-default.xml causes dfs.client.block.write.replace-datanode-on-failure.enable to be mistakenly disabled
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-2944
>                 URL: https://issues.apache.org/jira/browse/HDFS-2944
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: hdfs client
>    Affects Versions: 0.24.0
>            Reporter: Aaron T. Myers
>            Assignee: Aaron T. Myers
>             Fix For: 0.24.0, 0.23.2
>
>         Attachments: HDFS-2944.patch
>
>
> Here, "ture" should be "true" if we really do want this feature enabled by default.
> {code}
> <property>
>   <name>dfs.client.block.write.replace-datanode-on-failure.enable</name>
>   <value>ture</value>
>   ...
> </property>
> {code}

--
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