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

Flakiness in Planner Tests

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • Impala 2.11.0
    • None
    • Frontend

    Description

      Sometimes we are seeing random small variations in Planner tests, which causes builds to be flaky.

      Actual:

      F00:PLAN FRAGMENT [UNPARTITIONED] hosts=1 instances=1
      |  Per-Host Resources: mem-estimate=48.00MB mem-reservation=0B
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      WRITE TO HDFS [functional.alltypes, OVERWRITE=false, PARTITION-KEYS=(CAST(3 + year AS INT),CAST(month - -1 AS INT))]
      |  partitions=4
      |  mem-estimate=1.56KB mem-reservation=0B
      

      Expected:

      F00:PLAN FRAGMENT [UNPARTITIONED] hosts=1 instances=1
      |  Per-Host Resources: mem-estimate=32.00MB mem-reservation=0B
      WRITE TO HDFS [functional.alltypes, OVERWRITE=false, PARTITION-KEYS=(CAST(3 + year AS INT),CAST(month - -1 AS INT))]
      |  partitions=4
      |  mem-estimate=1.56KB mem-reservation=0B
      

      Actual:

      |  F01:PLAN FRAGMENT [RANDOM] hosts=2 instances=2
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |  Per-Host Resources: mem-estimate=16.00MB mem-reservation=0B
      |  01:SCAN HDFS [functional_parquet.alltypestiny, RANDOM]
      |     partitions=4/4 files=4 size=9.75KB
      |     stats-rows=unavailable extrapolated-rows=disabled
      |     table stats: rows=unavailable size=unavailable
      |     column stats: unavailable
      |     mem-estimate=16.00MB mem-reservation=0B
      |     tuple-ids=1 row-size=88B cardinality=unavailable
      

      Expected:

      |  F01:PLAN FRAGMENT [RANDOM] hosts=3 instances=3
      |  Per-Host Resources: mem-estimate=16.00MB mem-reservation=0B
      |  01:SCAN HDFS [functional_parquet.alltypestiny, RANDOM]
      |     partitions=4/4 files=4 size=10.48KB
      |     stats-rows=unavailable extrapolated-rows=disabled
      |     table stats: rows=unavailable size=unavailable
      |     column stats: unavailable
      |     mem-estimate=16.00MB mem-reservation=0B
      |     tuple-ids=1 row-size=88B cardinality=unavailable
      

      Attachments

        Issue Links

          Activity

            People

              zamsden Zach Amsden
              tarasbob Taras Bobrovytsky
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: