You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "guoquan (JIRA)" <ji...@apache.org> on 2015/03/12 03:40:38 UTC

[jira] [Commented] (SENTRY-577) Orphan cleaner should remove privilege is not ALL, SELECT or INSERT

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

guoquan commented on SENTRY-577:
--------------------------------

+1

> Orphan cleaner should remove privilege is not ALL, SELECT or INSERT
> -------------------------------------------------------------------
>
>                 Key: SENTRY-577
>                 URL: https://issues.apache.org/jira/browse/SENTRY-577
>             Project: Sentry
>          Issue Type: Bug
>            Reporter: Xiaomeng Huang
>            Assignee: Xiaomeng Huang
>         Attachments: SENTRY-577.001.patch
>
>
> I notice recently there is a orphan privilege cleanup thread to remove privilege from role. So it is a bug when we remove privilege that is not in {ALL,SELECT,INSERT}
> {code}
>        // if this privilege is not ALL, SELECT nor INSERT,
>        // we will revoke it from role directly
>        mPrivilege.removeRole(mRole);
> +      privCleaner.incPrivRemoval();
>        pm.makePersistent(mPrivilege);
>      }
>    }
> {code}
> This is a follow up bug of SENTRY-549



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