You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Andrew Sherman (JIRA)" <ji...@apache.org> on 2019/06/19 18:44:00 UTC

[jira] [Created] (IMPALA-8684) test_mem_limit in test_admission_controller timed out waiting for query to end

Andrew Sherman created IMPALA-8684:
--------------------------------------

             Summary: test_mem_limit in test_admission_controller timed out waiting for query to end
                 Key: IMPALA-8684
                 URL: https://issues.apache.org/jira/browse/IMPALA-8684
             Project: IMPALA
          Issue Type: Bug
            Reporter: Andrew Sherman
            Assignee: Andrew Sherman


{code}
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:1403: in run_admission_test
    ['admitted', 'timed-out'], curr_metrics, expected_admitted)
custom_cluster/test_admission_controller.py:1100: in wait_for_metric_changes
    assert (time() - start_time < STRESS_TIMEOUT),\
E   AssertionError: Timed out waiting 90 seconds for metrics admitted,timed-out delta 5 current {'dequeued': 5, 'rejected': 14, 'released': 5, 'admitted': 10, 'queued': 11, 'timed-out': 0} initial {'dequeued': 5, 'rejected': 14, 'released': 0, 'admitted': 10, 'queued': 11, 'timed-out': 0}
E   assert (1560929088.700526 - 1560928997.952595) < 90
E    +  where 1560929088.700526 = time()
{code}

IMPALA-8295 previously raised the timeout from 60 seconds to 90 seconds to fix a similar bug.

This bug happened in a build that did not contain "IMPALA-8536: Add Scalable Pool Configuration to Admission Controller"





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