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

Impala Shell fails to identify "Query id ... not found" messages and return concise message

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Impala 4.2.0
    • Impala 4.3.0
    • Clients
    • None
    • ghx-label-4

    Description

      impala-shell attempts to identify "Query id ... not found" messages when fetching the query summary for a completed query and replace it with "Could not retrieve summary for query". This most commonly happens when the query log has aged out the query because it's completing newer queries quickly (query_log_size=100 by default).

      However this only works for queries made up of all numbers because it's matching on \d: https://github.com/apache/impala/blob/4.2.0/shell/impala_shell.py#L781.

      Attachments

        Activity

          People

            MikaelSmith Michael Smith
            MikaelSmith Michael Smith
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: