You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Wenzhe Zhou (Jira)" <ji...@apache.org> on 2021/02/21 06:00:00 UTC

[jira] [Created] (IMPALA-10534) TestScratchDir.test_scratch_dirs_remote_spill_with_options seems flaky

Wenzhe Zhou created IMPALA-10534:
------------------------------------

             Summary: TestScratchDir.test_scratch_dirs_remote_spill_with_options seems flaky
                 Key: IMPALA-10534
                 URL: https://issues.apache.org/jira/browse/IMPALA-10534
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 4.0
            Reporter: Wenzhe Zhou


TestScratchDir.test_scratch_dirs_remote_spill_with_options failed in exhaustive release build.

Error Message
ImpalaBeeswaxException: ImpalaBeeswaxException: INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'> MESSAGE: Cancelled in TmpFileBufferPool because: Timeout waiting for a local buffer in 60 seconds Cancelled in TmpFileBufferPool because: Timeout waiting for a local buffer in 60 seconds

Stacktrace
custom_cluster/test_scratch_disk.py:384: in test_scratch_dirs_remote_spill_with_options
 results = client.fetch(self.spill_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: Cancelled in TmpFileBufferPool because: Timeout waiting for a local buffer in 60 seconds
E 
E Cancelled in TmpFileBufferPool because: Timeout waiting for a local buffer in 60 seconds



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