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

test_profile_fragment_instances failure: incomplete query profile

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • Impala 3.0
    • None
    • None
    • ghx-label-7

    Description

      test_profile_fragment_instances fails due to an incomplete query profileĀ on one of the isilon builds

      query_test/test_observability.py:129: in test_profile_fragment_instances
          assert results.runtime_profile.count("HDFS_SCAN_NODE") == 12
      E   assert 11 == 12
      E    +  where 11 = <built-in method count of str object at 0x62dd8a0>('HDFS_SCAN_NODE')
      E    +    where <built-in method count of str object at 0x62dd8a0> = 'Query (id=df40a93c53cd3ffb:fe3c401a00000000):\n  DEBUG MODE WARNING: Query profile created while running a DEBUG buil... - OptimizationTime: 146.996ms\n           - PeakMemoryUsage: 279.50 KB (286208)\n           - PrepareTime: 26.999ms\n'.count
      E    +      where 'Query (id=df40a93c53cd3ffb:fe3c401a00000000):\n  DEBUG MODE WARNING: Query profile created while running a DEBUG buil... - OptimizationTime: 146.996ms\n           - PeakMemoryUsage: 279.50 KB (286208)\n           - PrepareTime: 26.999ms\n' = <tests.beeswax.impala_beeswax.ImpalaBeeswaxResult object at 0x6211350>.runtime_profile
      

      Query:

      with l as (select * from tpch.lineitem UNION ALL select * from tpch.lineitem)
              select STRAIGHT_JOIN count(*) from (select * from tpch.lineitem a LIMIT 1) a
              join (select * from l LIMIT 2000000) b on a.l_orderkey = -b.l_orderkey;
      

      Attachments

        Issue Links

          Activity

            People

              twmarshall Thomas Tauber-Marshall
              bikramjeet.vig Bikramjeet Vig
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: