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 "Quanlong Huang (Jira)" <ji...@apache.org> on 2020/08/26 08:55:00 UTC

[jira] [Created] (IMPALA-10109) fetch fails in TestQueryRetries.test_retries_from_cancellation_pool

Quanlong Huang created IMPALA-10109:
---------------------------------------

             Summary: fetch fails in TestQueryRetries.test_retries_from_cancellation_pool
                 Key: IMPALA-10109
                 URL: https://issues.apache.org/jira/browse/IMPALA-10109
             Project: IMPALA
          Issue Type: Bug
            Reporter: Quanlong Huang


Encountered a failure on an unrelated patch [https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/11795/testReport/junit/custom_cluster.test_query_retries/TestQueryRetries/test_retries_from_cancellation_pool/]

{code}
custom_cluster/test_query_retries.py:83: in test_retries_from_cancellation_pool
    results = self.client.fetch(query, handle)
common/impala_connection.py:254: in fetch
    sql_stmt, operation_handle.get_handle(), max_rows)
beeswax/impala_beeswax.py:452: in fetch_results
    exec_result = self.__fetch_results(query_handle, max_rows)
beeswax/impala_beeswax.py:463: in __fetch_results
    results = self.__do_rpc(lambda: self.imp_service.fetch(handle, False, fetch_rows))
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: Query 24486bb27fc574a1:a00ce3ae00000000 cancelled due to unresponsive backend: 127.0.0.1:27001 has not sent a report in 784806ms (max allowed lag is 720000ms)
{code}
 



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