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

Alice Fan commented on IMPALA-8202:
-----------------------------------

Saw teardown() fails with "Invalid or unknown query handle" in 
TestAdmissionControllerStress.test_admission_controller_with_configs in a 
recent broken build impala-cdpd-master-exhaustive-release

Error Message
test setup failure

Stacktrace
{code:java}
custom_cluster/test_admission_controller.py:1436: 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:368: in cancel_query
    return self.__do_rpc(lambda: self.imp_service.Cancel(query_id))
beeswax/impala_beeswax.py:519: 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
{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
>
> 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-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to