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

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

Commit 75ec9336e04d0fce0ac30963108c967dfeec771f in impala's branch 
refs/heads/master from Bikramjeet Vig
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=75ec933 ]

IMPALA-8202: Add more logging to TestAdmissionControllerStress

This change adds some logging and fixes a bug where the string
match that identified a timeout was wrong. The added logging
would provide more information about the state to help diagnose
root cause for IMPALA-8202.

Change-Id: Ib62cefac0dc53da0a9f26fdd959975deafc70c8f
Reviewed-on: http://gerrit.cloudera.org:8080/12829
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> 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
>
> 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
(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