Daryn Sharp created HDFS-4546:
---------------------------------

             Summary: Hftp does not audit log
                 Key: HDFS-4546
                 URL: https://issues.apache.org/jira/browse/HDFS-4546
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: namenode
    Affects Versions: 2.0.0-alpha, 0.23.0, 3.0.0
            Reporter: Daryn Sharp


The NN servlets only log "external" fs operations.  External is based on 
whether there is a {{Call}} in the {{RPC.Server}} context.  At least in the 
case of hftp, the servlets obtain the RPC proxy and invoke methods on the 
server-side proxy.  Since this bypasses the RPC bridge, no {{Call}} is created 
and the fs operation is not logged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to