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)
This commit is contained in:
Wei-Chiu Chuang 2019-06-17 22:45:52 -07:00
parent 829202740a
commit 4362fcb629

View File

@ -1037,7 +1037,7 @@ preOpDirAttr, new WccData(Nfs3Utils.getWccAttr(preOpDirAttr),
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);
}
}