You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Uma Maheswara Rao G (JIRA)" <ji...@apache.org> on 2014/01/07 17:57:53 UTC

[jira] [Created] (HDFS-5724) modifyCacheDirective logging audit log command wrongly as addCacheDirective

Uma Maheswara Rao G created HDFS-5724:
-----------------------------------------

             Summary: modifyCacheDirective logging audit log command wrongly as addCacheDirective
                 Key: HDFS-5724
                 URL: https://issues.apache.org/jira/browse/HDFS-5724
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: namenode
    Affects Versions: 3.0.0
            Reporter: Uma Maheswara Rao G
            Assignee: Uma Maheswara Rao G
            Priority: Minor


modifyCacheDirective:
{code}
 if (isAuditEnabled() && isExternalInvocation()) {
        logAuditEvent(success, "addCacheDirective", null, null, null);
      }
{code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)