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

Explain executor group set selection criteria in query profile

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 4.2.0
    • Impala 4.3.0
    • Frontend
    • None

    Description

      IMPALA-10992 and IMPALA-11604  adds memory and cpu constraint criteria for executor group set selection. We should explain this selection criteria in query profile. Things that we should consider adding to query profile:

      • The effective degree of parallelism (EDoP) value that was used to calculate fitness for a given group. Possibly some additional details about how we got to that EDoP like the per fragment values.
      • Per host memory estimate for that group.
      • Reason for not choosing a given group (if any) - was it based on memory or CPU, what thresholds were we comparing to, etc.

      In the event of none executor group set is fit, the returned AnalysisException also need to provide more context. Right now, only these are returned:

      AnalysisException: The query does not fit any executor group sets. 

      Attachments

        Activity

          People

            rizaon Riza Suminto
            rizaon Riza Suminto
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: