HDFS-14340. Lower the log level when can't get postOpAttr. Contributed by Anuhan Torgonshar.

(cherry picked from commit 098c325a78)
This commit is contained in:
Wei-Chiu Chuang 2019-06-17 22:45:52 -07:00
parent 1e7201f9aa
commit 0b5bd8e451
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}