[
https://issues.apache.org/jira/browse/HDFS-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264316#comment-13264316
]
Hudson commented on HDFS-3326:
------------------------------
Integrated in Hadoop-Hdfs-trunk #1028 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1028/])
HDFS-3326. Append enabled log message uses the wrong variable. Contributed
by Matthew Jacobs (Revision 1331626)
Result = FAILURE
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1331626
Files :
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
> Append enabled log message uses the wrong variable
> --------------------------------------------------
>
> Key: HDFS-3326
> URL: https://issues.apache.org/jira/browse/HDFS-3326
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: name-node
> Affects Versions: 2.0.0
> Reporter: J.Andreina
> Assignee: Matthew Jacobs
> Priority: Trivial
> Labels: newbie
> Fix For: 2.0.0
>
> Attachments: hdfs-3326.txt
>
>
> "dfs.support.append" is set to true
> started NN in non-HA mode
> At the NN side log the append enable is set to false.
> This is because in code append enabled is set to HA enabled value.Since
> Started NN in non-HA mode the value for append is false
> Code:
> =====
> {noformat}
> this.supportAppends = conf.getBoolean(DFS_SUPPORT_APPEND_KEY,
> DFS_SUPPORT_APPEND_DEFAULT);
> LOG.info("Append Enabled: " + haEnabled);{noformat}
> NN logs
> ========
> {noformat}
> 2012-04-25 21:11:09,693 INFO
> org.apache.hadoop.hdfs.server.namenode.FSNamesystem: HA Enabled: false
> 2012-04-25 21:11:09,702 INFO
> org.apache.hadoop.hdfs.server.namenode.FSNamesystem: Append Enabled:
> false{noformat}
--
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