Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 3.1.0
-
ghx-label-6
Description
Occasionally, builds abort due to timeouts. See: https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/2882 for an example. At the end of the run, there's a large time gap:
... 20:08:21 [gw12] PASSED query_test/test_spilling.py::TestSpillingDebugActionDimensions::test_spilling_naaj[exec_option: {'debug_action': None, 'default_spillable_buffer_size': '256k'} | table_format: parquet/none] 20:08:21 query_test/test_spilling.py::TestSpillingDebugActionDimensions::test_spilling_naaj[exec_option: {'debug_action': '-1:OPEN:SET_DENY_RESERVATION_PROBABILITY@1.0', 'default_spillable_buffer_size': '256k'} | table_format: parquet/none] 20:09:51 [gw12] PASSED query_test/test_spilling.py::TestSpillingDebugActionDimensions::test_spilling_naaj[exec_option: {'debug_action': '-1:OPEN:SET_DENY_RESERVATION_PROBABILITY@1.0', 'default_spillable_buffer_size': '256k'} | table_format: parquet/none] 20:09:51 query_test/test_spilling.py::TestSpillingDebugActionDimensions::test_spilling_regression_exhaustive[exec_option: {'debug_action': None, 'default_spillable_buffer_size': '256k'} | table_format: parquet/none] 20:09:51 [gw12] SKIPPED query_test/test_spilling.py::TestSpillingDebugActionDimensions::test_spilling_regression_exhaustive[exec_option: {'debug_action': None, 'default_spillable_buffer_size': '256k'} | table_format: parquet/none] 20:09:51 query_test/test_spilling.py::TestSpillingDebugActionDimensions::test_spilling_regression_exhaustive[exec_option: {'debug_action': '-1:OPEN:SET_DENY_RESERVATION_PROBABILITY@1.0', 'default_spillable_buffer_size': '256k'} | table_format: parquet/none] 20:09:51 [gw12] SKIPPED query_test/test_spilling.py::TestSpillingDebugActionDimensions::test_spilling_regression_exhaustive[exec_option: {'debug_action': '-1:OPEN:SET_DENY_RESERVATION_PROBABILITY@1.0', 'default_spillable_buffer_size': '256k'} | table_format: parquet/none] Set build name. 03:38:00 New build name is '#2882 master' 03:38:00 Build was aborted 03:38:00 Calling Pipeline was cancelled 03:38:00 Archiving artifacts 03:38:00 Recording test results 03:38:01 None of the test reports contained any result 03:38:01 Finished: ABORTED
However, no artifacts were saved so we can't see what was going on during that 7 hour gap. Similar issues have hindered debugging other cases that timeout once in a while: https://issues.apache.org/jira/browse/IMPALA-6352