Vinay created HDFS-5592:
---------------------------
Summary: "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
Reporter: Vinay
Assignee: Vinay
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#6144)