This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 098c325 HDFS-14340. Lower the log level when can't get postOpAttr.
Contributed by Anuhan Torgonshar.
098c325 is described below
commit 098c325a78dce2697ec94a22a4a3981fa5a3849e
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Mon Jun 17 22:45:52 2019 -0700
HDFS-14340. Lower the log level when can't get postOpAttr. Contributed by
Anuhan Torgonshar.
---
.../src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/RpcProgramNfs3.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/RpcProgramNfs3.java
b/hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/RpcProgramNfs3.java
index 6e63543..ea5cdce 100644
---
a/hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/RpcProgramNfs3.java
+++
b/hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/RpcProgramNfs3.java
@@ -1037,7 +1037,7 @@ public class RpcProgramNfs3 extends RpcProgram implements
Nfs3Interface {
dirWcc = Nfs3Utils.createWccData(Nfs3Utils.getWccAttr(preOpDirAttr),
dfsClient, dirFileIdPath, iug);
} catch (IOException e1) {
- LOG.error("Can't get postOpDirAttr for dirFileId: {}",
+ LOG.info("Can't get postOpDirAttr for dirFileId: {}",
dirHandle.getFileId(), e1);
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]