[jira] [Commented] (HDFS-6711) FSNamesystem#getAclStatus does not write to the audit log.

2014-11-14 Thread Chris Nauroth (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-6711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14212736#comment-14212736
 ] 

Chris Nauroth commented on HDFS-6711:
-

This was fixed in HDFS-7218, so I'm resolving this as duplicate.

> FSNamesystem#getAclStatus does not write to the audit log.
> --
>
> Key: HDFS-6711
> URL: https://issues.apache.org/jira/browse/HDFS-6711
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: namenode
>Affects Versions: 3.0.0, 2.4.0
>Reporter: Chris Nauroth
>Priority: Minor
>
> Consider writing an event to the audit log for the {{getAclStatus}} method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-6711) FSNamesystem#getAclStatus does not write to the audit log.

2014-07-23 Thread Chris Nauroth (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-6711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14072109#comment-14072109
 ] 

Chris Nauroth commented on HDFS-6711:
-

I'm linking this to HDFS-5730, which seeks to make the audit logging policy 
consistent across all APIs.  The decisions in that issue will influence our 
choice for how to fix this bug.

> FSNamesystem#getAclStatus does not write to the audit log.
> --
>
> Key: HDFS-6711
> URL: https://issues.apache.org/jira/browse/HDFS-6711
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: namenode
>Affects Versions: 3.0.0, 2.4.0
>Reporter: Chris Nauroth
>Priority: Minor
>
> Consider writing an event to the audit log for the {{getAclStatus}} method.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6711) FSNamesystem#getAclStatus does not write to the audit log.

2014-07-19 Thread Chris Nauroth (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-6711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14067692#comment-14067692
 ] 

Chris Nauroth commented on HDFS-6711:
-

We need to confirm what is expected behavior for a read-only operation with 
respect to the audit log.  This appears to be inconsistent in the code right 
now.  {{getFileInfo}} writes to the audit log for both successful calls and 
access denied.  {{getContentSummary}} logs only for successful calls, not for 
access denied.  {{listStatus}} logs for both successful calls and access 
denied.  {{listCacheDirectives}}  and {{listCachePools}} log for both 
successful calls and access denied.  {{getXAttrs}} and {{listXAttrs}} log only 
for access denied.

> FSNamesystem#getAclStatus does not write to the audit log.
> --
>
> Key: HDFS-6711
> URL: https://issues.apache.org/jira/browse/HDFS-6711
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: namenode
>Affects Versions: 3.0.0, 2.4.0
>Reporter: Chris Nauroth
>Priority: Minor
>
> Consider writing an event to the audit log for the {{getAclStatus}} method.



--
This message was sent by Atlassian JIRA
(v6.2#6252)