J.Andreina created HDFS-8176:
--------------------------------
Summary: Provide information about the snapshots compared in audit
log
Key: HDFS-8176
URL: https://issues.apache.org/jira/browse/HDFS-8176
Project: Hadoop HDFS
Issue Type: Improvement
Reporter: J.Andreina
Assignee: J.Andreina
Provide information about the snapshots compared in audit log.
In current code value "null" is been passed.
{code}
logAuditEvent(diffs != null, "computeSnapshotDiff", null, null, null);
{code}
{noformat}
2015-04-15 09:56:49,328 INFO FSNamesystem.audit: allowed=true ugi=Rex
(auth:SIMPLE) ip=/10.19.92.116 cmd=computeSnapshotDiff src=null
dst=null perm=null proto=rpc
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)