[ https://issues.apache.org/jira/browse/HDFS-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13207667#comment-13207667 ]
Hudson commented on HDFS-2944: ------------------------------ Integrated in Hadoop-Hdfs-trunk #955 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/955/]) HDFS-2944. Typo in hdfs-default.xml causes dfs.client.block.write.replace-datanode-on-failure.enable to be mistakenly disabled. Contributed by Aaron T. Myers. (Revision 1243690) Result = FAILURE atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1243690 Files : * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml > 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 > > 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