[
https://issues.apache.org/jira/browse/IMPALA-13560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901324#comment-17901324
]
ASF subversion and git services commented on IMPALA-13560:
----------------------------------------------------------
Commit 8416432cc3e656b6c5fa230d4075ba64e0f3d091 in impala's branch
refs/heads/master from Andrew Sherman
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=8416432cc ]
IMPALA-13560: Second attempt at fixing
test_admission_controller_with_quota_configs test.
The test test_admission_controller_with_quota_configs() is designed to
be a similar test to test_admission_controller_with_configs() which
uses the 'queueB' queue. The newer test uses a newly added
queue 'queueF'. Because Admission Control configuration is split across
two files, and because of user stupidity, the queue timeout
configuration for 'queueB' was not copied when the new test was
created. This causes queued queries to be timed out while waiting for
admission, which confuses the test.
Set pool-queue-timeout-ms.root to 600000 for queueF in
llama-site-test2.xml.
Change-Id: I1378cd4e42ed5629b92b1c16dd17d4d16ec4a19d
Reviewed-on: http://gerrit.cloudera.org:8080/22126
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> test_admission_controller_with_quota_configs fails with assertion error
> -----------------------------------------------------------------------
>
> Key: IMPALA-13560
> URL: https://issues.apache.org/jira/browse/IMPALA-13560
> Project: IMPALA
> Issue Type: Bug
> Reporter: Zoltán Borók-Nagy
> Assignee: Andrew Sherman
> Priority: Major
> Labels: broken-build
>
> *I saw the following in an ASAN build:*
> h2. Error Message
> {noformat}
> assert 0 >= 5
> {noformat}
> h2. Stacktrace
> {noformat}
> custom_cluster/test_admission_controller.py:2542: in
> test_admission_controller_with_quota_configs
> check_user_aggregates=True)
> custom_cluster/test_admission_controller.py:2453: in run_admission_test
> assert metric_deltas['admitted'] >= expected_admitted
> E assert 0 >= 5
> {noformat}
> Also saw the following error in an other build:
> {noformat}
> custom_cluster/test_admission_controller.py:2542: in
> test_admission_controller_with_quota_configs
> check_user_aggregates=True)
> custom_cluster/test_admission_controller.py:2463: in run_admission_test
> assert metric_deltas['timed-out'] == 0
> E assert 1 == 0
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]