You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2019/06/18 05:48:21 UTC

[hadoop] branch branch-3.1 updated: HDFS-14340. Lower the log level when can't get postOpAttr. Contributed by Anuhan Torgonshar.

This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 4362fcb  HDFS-14340. Lower the log level when can't get postOpAttr. Contributed by Anuhan Torgonshar.
4362fcb is described below

commit 4362fcb629385ff53b9fb0101354b0e25a9e49f0
Author: Wei-Chiu Chuang <we...@apache.org>
AuthorDate: Mon Jun 17 22:45:52 2019 -0700

    HDFS-14340. Lower the log level when can't get postOpAttr. Contributed by Anuhan Torgonshar.
    
    (cherry picked from commit 098c325a78dce2697ec94a22a4a3981fa5a3849e)
    (cherry picked from commit f5428d4062c0a5e98461ea3b8420dc68555681f9)
---
 .../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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org