You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Riza Suminto (Jira)" <ji...@apache.org> on 2021/03/10 02:12:00 UTC

[jira] [Commented] (IMPALA-8202) TestAdmissionControllerStress.test_mem_limit teardown() fails with "Invalid or unknown query handle"

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

Riza Suminto commented on IMPALA-8202:
--------------------------------------

This seems happen quite consistently in exhaustive-release tests after IMPALA-9856 gets in.

 
{code:java}
custom_cluster/test_admission_controller.py:1435: in teardown
    client.cancel(thread.query_handle)
common/impala_connection.py:215: in cancel
    return self.__beeswax_client.cancel_query(operation_handle.get_handle())
beeswax/impala_beeswax.py:369: in cancel_query
    return self.__do_rpc(lambda: self.imp_service.Cancel(query_id))
beeswax/impala_beeswax.py:520: in __do_rpc
    raise ImpalaBeeswaxException(self.__build_error_message(b), b)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
E    MESSAGE: Invalid or unknown query handle: c5464af33310daea:09cdca9800000000.
{code}
 

 

> TestAdmissionControllerStress.test_mem_limit teardown() fails with "Invalid or unknown query handle"
> ----------------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-8202
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8202
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 3.2.0
>            Reporter: Andrew Sherman
>            Assignee: Bikramjeet Vig
>            Priority: Critical
>              Labels: broken-build
>             Fix For: Impala 4.0
>
>
> teardown() attempts to close each submission thread that was used. But one of them times out.
> {quote}
> 06:05:22  ERROR at teardown of TestAdmissionControllerStress.test_mem_limit[num_queries: 50 | protocol: beeswax | table_format: text/none | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | submission_delay_ms: 50 | round_robin_submission: True] 
> 06:05:22 custom_cluster/test_admission_controller.py:1004: in teardown
> 06:05:22     client.cancel(thread.query_handle)
> 06:05:22 common/impala_connection.py:183: in cancel
> 06:05:22     return self.__beeswax_client.cancel_query(operation_handle.get_handle())
> 06:05:22 beeswax/impala_beeswax.py:364: in cancel_query
> 06:05:22     return self.__do_rpc(lambda: self.imp_service.Cancel(query_id))
> 06:05:22 beeswax/impala_beeswax.py:512: in __do_rpc
> 06:05:22     raise ImpalaBeeswaxException(self.__build_error_message(b), b)
> 06:05:22 E   ImpalaBeeswaxException: ImpalaBeeswaxException:
> 06:05:22 E    INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
> 06:05:22 E    MESSAGE: Invalid or unknown query handle
> {quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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