You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Fredy Wijaya (JIRA)" <ji...@apache.org> on 2018/11/08 16:46:01 UTC

[jira] [Created] (IMPALA-7835) Creating a role with the same name as the user name with object ownership enabled can cause INVALIDATE METADATA to hang

Fredy Wijaya created IMPALA-7835:
------------------------------------

             Summary: Creating a role with the same name as the user name with object ownership enabled can cause INVALIDATE METADATA to hang
                 Key: IMPALA-7835
                 URL: https://issues.apache.org/jira/browse/IMPALA-7835
             Project: IMPALA
          Issue Type: Bug
          Components: Catalog
    Affects Versions: Impala 3.1.0
            Reporter: Fredy Wijaya
            Assignee: Fredy Wijaya


Start Impala with object ownership enabled.

{noformat}
[localhost:21000] default> create role impdev;
[localhost:21000] default> grant all on server to role impdev;
[localhost:21000] default> grant role impdev to group impdev;
[localhost:21000] default> invalidate metadata; -- this will hang
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org