You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "David Knupp (JIRA)" <ji...@apache.org> on 2018/04/05 17:42:00 UTC

[jira] [Created] (IMPALA-6810) query_test::test_runtime_filters.py::test_row_filters fails when run against an external cluster

David Knupp created IMPALA-6810:
-----------------------------------

             Summary: query_test::test_runtime_filters.py::test_row_filters fails when run against an external cluster
                 Key: IMPALA-6810
                 URL: https://issues.apache.org/jira/browse/IMPALA-6810
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 2.12.0
            Reporter: David Knupp
            Assignee: Alexander Behm


Presumably this test has been passing when run against the local mini-cluster. When run against an external cluster, however, the test fails with an AssertionError because the exception string is different than expected.

The expected string is:

_ImpalaBeeswaxException: INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'> MESSAGE: Rejected query from pool {color:red}default-pool{color}: minimum memory reservation is greater than memory available to the query for buffer reservations. Increase the buffer_pool_limit to 290.00 MB. See the query profile for more information about the per-node memory requirements._

The actual string is:

ImpalaBeeswaxException: INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'> MESSAGE: Rejected query from pool {color:red}root.jenkins{color}: minimum memory reservation is greater than memory available to the query for buffer reservations. Increase the buffer_pool_limit to 290.00 MB. See the query profile for more information about the per-node memory requirements.

{noformat}
Stacktrace
query_test/test_runtime_filters.py:168: in test_row_filters
    test_file_vars={'$RUNTIME_FILTER_WAIT_TIME_MS' : str(WAIT_TIME_MS)})
common/impala_test_suite.py:401: in run_test_case
    self.__verify_exceptions(test_section['CATCH'], str(e), use_db)
common/impala_test_suite.py:279: in __verify_exceptions
    (expected_str, actual_str)
E   AssertionError: Unexpected exception string. Expected: ImpalaBeeswaxException: INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'> MESSAGE: Rejected query from pool default-pool: minimum memory reservation is greater than memory available to the query for buffer reservations. Increase the buffer_pool_limit to 290.00 MB. See the query profile for more information about the per-node memory requirements.
E   Not found in actual: ImpalaBeeswaxException: INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'> MESSAGE: Rejected query from pool root.jenkins: minimum memory reservation is greater than memory available to the query for buffer reservations. Increase the buffer_pool_limit to 290.00 MB. See the query profile for more information about the per-node memory requirements.
{noformat}




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