David Knupp created IMPALA-6906:
-----------------------------------
Summary:
test_admission_controller.TestAdmissionController.test_memory_rejection on S3
Key: IMPALA-6906
URL: https://issues.apache.org/jira/browse/IMPALA-6906
Project: IMPALA
Issue Type: Bug
Components: Frontend
Affects Versions: Impala 2.13.0, Impala 3.1.0
Reporter: David Knupp
Assignee: Tim Armstrong
{noformat}
Stacktrace
custom_cluster/test_admission_controller.py:402: in test_memory_rejection
self.run_test_case('QueryTest/admission-reject-mem-estimate', vector)
common/impala_test_suite.py:444: in run_test_case
verify_runtime_profile(test_section['RUNTIME_PROFILE'],
result.runtime_profile)
common/test_result_verifier.py:560: in verify_runtime_profile
actual))
E AssertionError: Did not find matches for lines in runtime profile:
E EXPECTED LINES:
E row_regex: .*Per-Host Resource Estimates: Memory=90.00MB.*
E
E ACTUAL PROFILE:
E Query (id=9f4cdd224745b688:b89cfdc300000000):
E DEBUG MODE WARNING: Query profile created while running a DEBUG build of
Impala. Use RELEASE builds to measure query performance.
E Summary:
E Session ID: 2e4d7150362474cb:8dcbaecea87bb80
E Session Type: BEESWAX
E Start Time: 2018-04-21 02:01:35.027023000
E End Time:
E Query Type: QUERY
E Query State: FINISHED
E Query Status: OK
E Impala Version: impalad version 3.0.0-SNAPSHOT DEBUG (build
b68e06997c1f49f6b723d78e217efddec4f56f3a)
E User: jenkins
E Connected User: jenkins
E Delegated User:
E Network Address: 127.0.0.1:33892
E Default Db: functional
E Sql Statement: select min(l_comment) from tpch_parquet.lineitem
E Coordinator: <redacted>
E Query Options (set by configuration):
ABORT_ON_ERROR=1,NUM_NODES=1,EXEC_SINGLE_NODE_ROWS_THRESHOLD=0,DISABLE_CODEGEN_ROWS_THRESHOLD=5000,MAX_MEM_ESTIMATE_FOR_ADMISSION=10485760
E Query Options (set by configuration and planner):
ABORT_ON_ERROR=1,NUM_NODES=1,EXEC_SINGLE_NODE_ROWS_THRESHOLD=0,MT_DOP=0,DISABLE_CODEGEN_ROWS_THRESHOLD=5000,MAX_MEM_ESTIMATE_FOR_ADMISSION=10485760
E Plan:
E ----------------
E Max Per-Host Resource Reservation: Memory=0B
E Per-Host Resource Estimates: Memory=50.00MB
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)