You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2018/06/14 21:23:00 UTC

[jira] [Commented] (IMPALA-7174) TestAdmissionController.test_cancellation failed with incorrect total-admitted metric

    [ https://issues.apache.org/jira/browse/IMPALA-7174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16513009#comment-16513009 ] 

Tim Armstrong commented on IMPALA-7174:
---------------------------------------

It looks like this failed because of a caught exception (I missed the wonky exception handling when reviewing)

{noformat}
("Expected 1 lines in file /data/jenkins/workspace/impala-asf-master-exhaustive-release/repos/Impala/logs/custom_cluster_tests/impalad.ec2-m2-4xlarge-centos-6-4-01f7.vpc.cloudera.com.jenkins.log.INFO.20180614-060607.2553 matching regex 'Ready to be Rejected but already cancelled, query id=', but found 0 lines. Last line was: \nI0614 06:06:20.849289  2859 admission-controller.cc:670] Full impala-request-queue stats update\n",)
{noformat}

I don't have reason to think that it's a product bug, so I'll xfail when we catch an exception until we can work out the proper fix.

> 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
>            Priority: Critical
>              Labels: broken-build
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org