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

DDL statements taking too long

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Cannot Reproduce
    • Impala 2.6.0
    • None
    • Catalog

    Description

      In some cases, DDL statements are taking too long to complete. For example, in the following sequence:

      create table foo(a int); 
      drop table foo;
      

      the DROP statement takes more than 2-3 seconds to complete even though the table is empty and, consequently, there isn't much to load, in terms of metadata.

      Attachments

        Activity

          People

            Unassigned Unassigned
            dtsirogiannis Dimitris Tsirogiannis
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: