Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-7835

Creating a role with the same name as the user name with object ownership enabled can cause INVALIDATE METADATA to hang

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 3.1.0
    • Impala 3.1.0
    • Catalog
    • None
    • ghx-label-8

    Description

      Start Impala with object ownership enabled.

      [localhost:21000] default> create database foo;
      [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
      

      Attachments

        Activity

          People

            fredyw Fredy Wijaya
            fredyw Fredy Wijaya
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: