You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2017/07/13 07:29:02 UTC

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

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

Hadoop QA commented on SENTRY-1835:
-----------------------------------

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12877016/SENTRY-1835.001.patch against master.

{color:green}Overall:{color} +1 all checks pass

{color:green}SUCCESS:{color} all tests passed

Console output: https://builds.apache.org/job/PreCommit-SENTRY-Build/3025/console

This message is automatically generated.

> 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
>         Attachments: SENTRY-1835.001.patch
>
>
> 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)