You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Anne Yu (JIRA)" <ji...@apache.org> on 2015/05/27 20:58:17 UTC

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

Anne Yu created SENTRY-746:
------------------------------

             Summary: 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
            Reporter: Anne Yu


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)