You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Dapeng Sun (JIRA)" <ji...@apache.org> on 2015/09/06 05:21:46 UTC

[jira] [Updated] (SENTRY-746) After revoke select from view, select fails with a confusing error message

     [ https://issues.apache.org/jira/browse/SENTRY-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dapeng Sun updated SENTRY-746:
------------------------------
    Affects Version/s: 1.6.0

> After revoke select from view, select fails with a confusing error message
> --------------------------------------------------------------------------
>
>                 Key: SENTRY-746
>                 URL: https://issues.apache.org/jira/browse/SENTRY-746
>             Project: Sentry
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.5.0, 1.6.0
>            Reporter: Anne Yu
>            Assignee: Colin Ma
>         Attachments: SENTRY-746.001.patch, SENTRY-746.002.patch
>
>
> This is an error message issue. If user is revoked select privilege from a view, the failure reason seems confusing.
> {code}
> 2015-05-26 22:20:56,748 (pool-16-thread-3) [INFO - org.apache.sentry.tests.e2e.minisentry.InternalSentrySrv$SentryThriftEvenHandler.deleteContext(InternalSentrySrv.java:83)] Client Disonnected: 47
> FAILED: SemanticException No valid privileges
>  Required privileges for this query: Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=insert;Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=select;Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=alter;Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=create;Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=drop;Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=index;Server=server1->Db=test_complex_view_database->Table=*->Column=*->action=lock;
> {code}



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