[jira] [Comment Edited] (HDFS-7423) various typos and message formatting fixes in nfs daemon and doc

2015-01-28 Thread Yi Liu (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14295120#comment-14295120
 ] 

Yi Liu edited comment on HDFS-7423 at 1/28/15 1:11 PM:
---

Hi Charles, could you rebase the patch for trunk, and make a patch for 
branch-2? I find some conflicts when committing.


was (Author: hitliuyi):
Hi Charles, could you rebase the patch for trunk, and or make a patch for 
branch-2? I find some conflicts when committing.

 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
 Attachments: HDFS-7423.001.patch, HDFS-7423.002.patch, 
 HDFS-7423.003.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)


[jira] [Comment Edited] (HDFS-7423) various typos and message formatting fixes in nfs daemon and doc

2015-01-28 Thread Yi Liu (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14296422#comment-14296422
 ] 

Yi Liu edited comment on HDFS-7423 at 1/29/15 5:59 AM:
---

BTW, I just noticed this modification:
{code}
@@ -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);
{code}
Is it correct?


was (Author: hitliuyi):
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)