[
https://issues.apache.org/jira/browse/SENTRY-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaomeng Huang updated SENTRY-577:
----------------------------------
Description:
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
was:
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}
> 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)