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

Michael Brown commented on IMPALA-6810:
---------------------------------------

[~tarmstrong] / [~bikramjeet.vig] do you have a preference for any of the 
following solutions:

# Disable use of  {{--fair_scheduler_allocation_path}} in downstream tests so 
they match upstream. I have the ability to do this in the downstream 
environment.
# Make more rigorous matching of the error message (assuming behavior is 
otherwise the same) and match something like "root.$USER|default-pool".
# Loosen matching not to care about the user at all as [~bikramjeet.vig] 
suggests at https://gerrit.cloudera.org/c/9937/#message-1c53be30_6429cc96 . 

This might seem like a silly thing to spend too much time thinking about, but 
these kind of considerations are going to be important going forward as more 
upstream tests will be run in downstream environments. We should expect 
contributors to want them to succeed in a number of environments beyond 
upstream minicluster.

> 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: Michael Brown
>            Priority: Critical
>              Labels: admission-control, resource-management
>
> 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)

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

Reply via email to