[
https://issues.apache.org/jira/browse/HDFS-7423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296422#comment-14296422
]
Yi Liu commented on HDFS-7423:
------------------------------
BTW, I just noticed this modification:
{quote}
@@ -985,7 +985,7 @@ CREATE3Response create(XDR xdr, SecurityHandler
securityHandler,
fos = dfsClient.createWrappedOutputStream(
dfsClient.create(fileIdPath, permission, flag, false, replication,
blockSize, null, bufferSize, null),
- statistics);
+ null);
{quote}
Is it correct?
> various typos and message formatting fixes in nfs daemon and doc
> ----------------------------------------------------------------
>
> Key: HDFS-7423
> URL: https://issues.apache.org/jira/browse/HDFS-7423
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: nfs
> Affects Versions: 2.7.0
> Reporter: Charles Lamb
> Assignee: Charles Lamb
> Priority: Trivial
> Fix For: 2.7.0
>
> Attachments: HDFS-7423-branch-2.004.patch, HDFS-7423.001.patch,
> HDFS-7423.002.patch, HDFS-7423.003.patch, HDFS-7423.004.patch
>
>
> These are accumulated fixes for log messages, formatting, typos, etc. in the
> nfs3 daemon that I came across while working on a customer issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)