Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-3902 Multi-threaded query execution
  3. IMPALA-4270

Planner should disallow queries with mt_dop > 0 that are not executable.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 2.6.0, Impala 2.7.0
    • Impala 2.8.0
    • Frontend
    • None

    Description

      We can currently execute queries with mt_dop > 0 as long as there are no distributed joins in the plan. The planner should detect such unsupported cases and fail queries with an appropriate error message.

      For HDFS scans that do not yet have an optimized MT implementation in the backend we should fall back to the old scan node with num_scanner_threads=1.

      This change will help to enable some of our tests with mt_dop > 0.

      Attachments

        Activity

          People

            alex.behm Alexander Behm
            alex.behm Alexander Behm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: