HDFS-13973. getErasureCodingPolicy should log path in audit event. Contributed by Shweta.
Signed-off-by: Xiao Chen <xiao@apache.org>
This commit is contained in:
parent
a3edfddcf7
commit
c0118105b7
@ -7728,7 +7728,7 @@ ErasureCodingPolicy getErasureCodingPolicy(String src)
|
||||
return ret;
|
||||
} finally {
|
||||
readUnlock(operationName);
|
||||
logAuditEvent(success, operationName, null);
|
||||
logAuditEvent(success, operationName, src);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user