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)