[
https://issues.apache.org/jira/browse/IMPALA-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Armstrong resolved IMPALA-6914.
-----------------------------------
Resolution: Duplicate
Do we have the logs for test_admission_controller? I added some logging last
time this happened.
> test_mem_limit in test_admission_controller timed out waiting for query to end
> ------------------------------------------------------------------------------
>
> Key: IMPALA-6914
> URL: https://issues.apache.org/jira/browse/IMPALA-6914
> Project: IMPALA
> Issue Type: Bug
> Components: Backend
> Affects Versions: Impala 3.0
> Reporter: David Knupp
> Priority: Critical
>
> Error Message
> {noformat}
> AssertionError: Timed out waiting 60 seconds for query end assert
> (1524166375.299542 - 1524166315.228723) < 60 + where 1524166375.299542 =
> time()
> {noformat}
> Stacktrace
> {noformat}
> custom_cluster/test_admission_controller.py:943: in test_mem_limit
> {'request_pool': self.pool_name, 'mem_limit': query_mem_limit})
> custom_cluster/test_admission_controller.py:837: in run_admission_test
> self.end_admitted_queries(num_to_end)
> custom_cluster/test_admission_controller.py:622: in end_admitted_queries
> assert (time() - start_time < STRESS_TIMEOUT),\
> E AssertionError: Timed out waiting 60 seconds for query end
> E assert (1524166375.299542 - 1524166315.228723) < 60
> E + where 1524166375.299542 = time()
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)