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

Submit several same kudu table created query concurrently may result in table deleted in Kudu storage

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 3.3.0
    • Impala 3.4.0
    • Frontend
    • None
    • ghx-label-1

    Description

      If the below query submitted several times concurrently, the result could be: All these queries finished, and table created in HMS, but not exists  in kudu storage. I've already found the reason, and I will submit the patch later.

      create table if not exists test_kudu_table(
        logDay string,
        id int,
        primary key(logDay,id)
      )
      PARTITION BY RANGE (logDay)
      (PARTITION VALUE = '2019-09-20')
      STORED AS KUDU TBLPROPERTIES ('kudu.master_addresses'='master1:7051,master2:7051,master3:7051');

      Attachments

        Issue Links

          Activity

            People

              skyyws Sheng Wang
              skyyws Sheng Wang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: