You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Wei-Chiu Chuang (JIRA)" <ji...@apache.org> on 2017/07/13 05:20:00 UTC

[jira] [Created] (SENTRY-1835) Fix typo in SentryINodeAttributesProvider#getAclFeature

Wei-Chiu Chuang created SENTRY-1835:
---------------------------------------

             Summary: Fix typo in SentryINodeAttributesProvider#getAclFeature
                 Key: SENTRY-1835
                 URL: https://issues.apache.org/jira/browse/SENTRY-1835
             Project: Sentry
          Issue Type: Improvement
          Components: Hdfs Plugin
            Reporter: Wei-Chiu Chuang
            Priority: Trivial


Found a typo in debug message: "isPreifxed" --> "isPrefixed"
{code}
LOG.debug("### getAclEntry \n[" + (p == null ? "null" : p) + "] : ["
            + "isPreifxed=" + isPrefixed
            + ", isStale=" + isStale
            + ", hasAuthzObj=" + hasAuthzObj
            + ", origAuthzAsAcl=" + originalAuthzAsAcl + "]\n"
            + "[" + (aclMap == null ? "null" : aclMap) + "]\n");
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)