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

ASF subversion and git services commented on IMPALA-6810:
---------------------------------------------------------

Commit 3da2dc63fe0c716998cdbdf6334036fbc7698714 in impala's branch 
refs/heads/master from [~leto]
[ https://git-wip-us.apache.org/repos/asf?p=impala.git;h=3da2dc6 ]

IMPALA-6810: runtime_row_filters.test: omit pool name in pattern

Some downstream tests run this with a fair-scheduler.xml set that, while
not changing admission control behavior, does change the name of the
pool. Omit the pool name to permit that downstream test to succeed.

Testing:
- local with change in minicluster
- downstream in environment as well

Change-Id: I3fe6beb169dc6bfefabde9dc7a4632c1a5e63fa7
Reviewed-on: http://gerrit.cloudera.org:8080/10942
Reviewed-by: Michael Brown <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to