Tianyi Wang created IMPALA-7174:
-----------------------------------
Summary: TestAdmissionController.test_cancellation failed with
incorrect total-admitted metric
Key: IMPALA-7174
URL: https://issues.apache.org/jira/browse/IMPALA-7174
Project: IMPALA
Issue Type: Bug
Components: Backend
Affects Versions: Impala 3.1.0
Reporter: Tianyi Wang
Assignee: Tim Armstrong
The failed revision is ee9a9b6c5000cf915716a15ea8a0b3605290a9a5, an descendant
of 'IMPALA-5216: Make admission control queuing async'.
{noformat}
Stacktrace
custom_cluster/test_admission_controller.py:557: in test_cancellation
assert self.cluster.impalads[0].service.get_metric_value(
E assert 0 == 3
E + where 0 = <bound method ImpaladService.get_metric_value of
<tests.common.impala_service.ImpaladService object at
0x4ed1b90>>('admission-controller.total-admitted.default-pool')
E + where <bound method ImpaladService.get_metric_value of
<tests.common.impala_service.ImpaladService object at 0x4ed1b90>> =
<tests.common.impala_service.ImpaladService object at
0x4ed1b90>.get_metric_value
E + where <tests.common.impala_service.ImpaladService object at
0x4ed1b90> = <tests.common.impala_cluster.ImpaladProcess object at
0x52474d0>.service
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)