[
https://issues.apache.org/jira/browse/HDFS-5592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13849204#comment-13849204
]
Hudson commented on HDFS-5592:
------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk #1640 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1640/])
HDFS-5592. statechangeLog of completeFile should be logged only in case of
success. Contributed by Vinay. (umamahesh:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1551145)
* /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
> "DIR* completeFile: /file is closed by DFSClient_" should be logged only for
> successful closure of the file.
> ------------------------------------------------------------------------------------------------------------
>
> Key: HDFS-5592
> URL: https://issues.apache.org/jira/browse/HDFS-5592
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 3.0.0, 2.3.0
> Reporter: Vinay
> Assignee: Vinay
> Fix For: 3.0.0, 2.3.0
>
> Attachments: HDFS-5592.patch
>
>
> Following log message in {{FSNameSystem#completeFile(..)}} should be logged
> only if the file is closed.
> {code} getEditLog().logSync();
> NameNode.stateChangeLog.info("DIR* completeFile: " + src + " is closed by
> "
> + holder);
> return success;{code}
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)