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

impala-shell does not close queries after completion when running them from a script file

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 1.3
    • Impala 1.3
    • Clients

    Description

      For example, if a script like this is run:

      select 1;
      select 1;
      select 1;
      select 1;
      select 1;
      select sleep(30000);
      

      The queries are not actually closed until the session disconnects. This causes major problems with admission control because queries start to get rejected because they are still in-flight.

      Attachments

        Activity

          People

            lskuff Lenni Kuff
            lskuff Lenni Kuff
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: