Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
None
-
ghx-label-2
Description
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/
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)