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

HTTP requests on in-flight queries blocks query execution in coordinator side

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • None
    • None
    • Backend
    • None
    • ghx-label-9

    Description

      This is a follow-up task for IMPALA-13034.

      HTTP requests on in-flight queries usually acquire the lock of ClientRequestState. This could blocks client requests in fetching query results. E.g. there are several endpoints in WebUI that can dump a query profile: /query_profile, /query_profile_encoded, /query_profile_plain_text, /query_profile_json. If the profile is huge, such requests impact the query performance.

      Fetching the details (profile, exec summary, etc.) of an in-flight query has lower priority and shouldn't block query execution.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              stigahuang Quanlong Huang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: