Aman Sinha created IMPALA-10366:
-----------------------------------
Summary: TestRuntimeProfile.test_runtime_profile_aggregated failed
on master core run
Key: IMPALA-10366
URL: https://issues.apache.org/jira/browse/IMPALA-10366
Project: IMPALA
Issue Type: Bug
Components: Distributed Exec
Affects Versions: Impala 3.4.0
Reporter: Aman Sinha
Assignee: Tim Armstrong
Test failure on an impala-asf-master-core-erasure-coding build:
{noformat}
custom_cluster.test_runtime_profile.TestRuntimeProfile.test_runtime_profile_aggregated[protocol:
beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0,
'disable_codegen_rows_threshold': 0, 'disable_codegen': False,
'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format:
text/none
{noformat}
The output is very verbose. Here's the first part of the Stacktrace:
{noformat}
custom_cluster/test_runtime_profile.py:46: in test_runtime_profile_aggregated
self.run_test_case('runtime-profile-aggregated', vector)
common/impala_test_suite.py:718: in run_test_case
update_section=pytest.config.option.update_results)
common/test_result_verifier.py:612: in verify_runtime_profile
actual))
E AssertionError: Did not find matches for lines in runtime profile:
E EXPECTED LINES:
E row_regex: .*NumBackends: 4 .*
E row_regex: .*Fragment F00 \[4 instances\].*
E row_regex: .*Table Name\[0-3\]: tpch.*lineitem.*
E
E ACTUAL PROFILE:
E Query (id=7b4476dc2da1ab29:ca76ce4900000000):
E DEBUG MODE WARNING: Query profile created while running a DEBUG build of
Impala. Use RELEASE builds to measure query performance.
E - InactiveTotalTime: 0.000ns
E - TotalTime: 0.000ns
E Summary:
E Session ID: d94934f8d0ba24cb:79a237b3d0ef5a9a
E Session Type: BEESWAX
E Start Time: 2020-11-28 21:44:31.917844000
E End Time: 2020-11-28 21:44:36.293303000
E Query Type: QUERY
E Query State: FINISHED
E Impala Query State: FINISHED
E Query Status: OK
E Impala Version: impalad version 4.0.0-SNAPSHOT DEBUG (build
a4cf449c88ef3fe08db9abbad82664b99382014c)
E User: jenkins
E Connected User: jenkins
E Delegated User:
E Network Address: ::1:45158
E Default Db: tpch
E Sql Statement: select STRAIGHT_JOIN count(distinct l_partkey)
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)