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

Plans for Kudu can contains hosts > num of Impala nodes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Impala 4.0.0
    • Frontend
    • ghx-label-14

    Description

      Started a cluster with 1 coordinator and 1 executor:

      bin/start-impala-cluster.py -c 1 --use_exclusive_coordinator -s 2
      

      Queries on Kudu tables still contained hosts=3, while all other table types had hosts=1.

      explain select * from functional_kudu.alltypestiny;
      Result:
      ...
      F00:PLAN FRAGMENT [RANDOM] hosts=3 instances=3
      ...
      

      The numbers in the plan are only estimates, the summary after the query contained 1 host.

      Attachments

        Activity

          People

            akovacs Akos Kovacs
            csringhofer Csaba Ringhofer
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: