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

Child queries could get scheduled on improper executor group sets

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • Impala 4.3.0
    • None
    • None
    • ghx-label-10

    Description

      'Compute Stats' queries gets scheduled on the smallest executor group set since these queries don't do any real work. However their child queries also gets scheduled on the smallest executor group. This may not be ideal for cases where the child query does NDVs and Counts on a big wide table. We should assign the executor group set for the children queries based on their planning estimates.

      Today we see following message for the parent query, which. makes sense:

      Verdict: Assign to first group because query is not auto-scalable 

      as a side effect we see following message for child queries:

      Verdict: query option REQUEST_POOL=root.group-set-small is set. Memory and cpu limit checking is skipped. 

      Attachments

        Activity

          People

            rizaon Riza Suminto
            arawat Abhishek Rawat
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: