You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2019/06/25 15:46:02 UTC

[jira] [Resolved] (IMPALA-8565) Test failure in TestAdmissionControllerStress.test_mem_limit

     [ https://issues.apache.org/jira/browse/IMPALA-8565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Armstrong resolved IMPALA-8565.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 3.3.0

> Test failure in TestAdmissionControllerStress.test_mem_limit
> ------------------------------------------------------------
>
>                 Key: IMPALA-8565
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8565
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>            Reporter: David Rorke
>            Assignee: Tim Armstrong
>            Priority: Critical
>              Labels: flaky
>             Fix For: Impala 3.3.0
>
>         Attachments: impalad.impala-ec2-centos74-m5-4xlarge-ondemand-04c0.vpc.cloudera.com.jenkins.log.INFO.20190518-000920.27854, impalad.impala-ec2-centos74-m5-4xlarge-ondemand-04c0.vpc.cloudera.com.jenkins.log.INFO.20190518-000920.27857, impalad.impala-ec2-centos74-m5-4xlarge-ondemand-04c0.vpc.cloudera.com.jenkins.log.INFO.20190518-000920.27863, test1.txt, test2.txt
>
>
> We had a recent test failure in test_mem_limit: 
>  {noformat}
> custom_cluster/test_admission_controller.py:1504: in test_mem_limit
>     {'request_pool': self.pool_name, 'mem_limit': query_mem_limit})
> custom_cluster/test_admission_controller.py:1365: in run_admission_test
>     assert metric_deltas['dequeued'] == 0,\
> E   AssertionError: Queued queries should not run until others are made to finish
> E   assert 3 == 0
> {noformat}
> {noformat}
> assert 7 >= 10  +  where 10 = min((30 - 5), 10)
> Stacktrace
> custom_cluster/test_admission_controller.py:1504: in test_mem_limit
>     {'request_pool': self.pool_name, 'mem_limit': query_mem_limit})
> custom_cluster/test_admission_controller.py:1384: in run_admission_test
>     assert queries_page_num_queued >=\
> E   assert 7 >= 10
> E    +  where 10 = min((30 - 5), 10)
> {noformat}
> It looks like this was a release build.
>  [^test1.txt] was master
>  [^test2.txt] was 2.12 with a bunch of cloudera patches



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)