Vuk Ercegovac created IMPALA-7405:
-------------------------------------
Summary: Save jenkins artifacts when aborted by a timeout
Key: IMPALA-7405
URL: https://issues.apache.org/jira/browse/IMPALA-7405
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Affects Versions: Impala 3.1.0
Reporter: Vuk Ercegovac
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:
{noformat}
...
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:[email protected]',
'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:[email protected]',
'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:[email protected]',
'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:[email protected]',
'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
{noformat}
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
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)