You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Wood (JIRA)" <ji...@apache.org> on 2017/09/11 19:55:00 UTC

[jira] [Closed] (IMPALA-5917) Impala is OOM-killed while running ASAN tests

     [ https://issues.apache.org/jira/browse/IMPALA-5917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Wood closed IMPALA-5917.
----------------------------
    Resolution: Not A Bug

> Impala is OOM-killed while running ASAN tests
> ---------------------------------------------
>
>                 Key: IMPALA-5917
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5917
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 2.10.0
>            Reporter: Tim Wood
>
> {noformat}...
> XFAIL query_test/test_queries.py::TestHdfsQueries::()::test_misc[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
>   reason: Failing on rc/snap/block despite resolution of IMP-624,IMP-503. Failing on kudu and parquet because tables do not exist
> FAIL query_test/test_spilling.py::TestSpillingDebugActionDimensions::()::test_spilling_aggs[exec_option: {'debug_action': '-1:OPEN:SET_DENY_RESERVATION_PROBABILITY@0.9', 'default_spillable_buffer_size': '256k'} | table_format: parquet/none]
> FAIL query_test/test_runtime_filters.py::TestRuntimeRowFilters::()::test_row_filters[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
> FAIL query_test/test_spilling.py::TestSpillingDebugActionDimensions::()::test_spilling_aggs[exec_option: {'debug_action': None, 'default_spillable_buffer_size': '256k'} | table_format: parquet/none]
> FAIL query_test/test_tpch_nested_queries.py::TestTpchNestedQuery::()::test_tpch_q18[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
> FAIL query_test/test_tpch_nested_queries.py::TestTpchNestedQuery::()::test_tpch_q19[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
> FAIL query_test/test_spilling.py::TestSpillingDebugActionDimensions::()::test_spilling_aggs[exec_option: {'debug_action': '-1:OPEN:SET_DENY_RESERVATION_PROBABILITY@1.0', 'default_spillable_buffer_size': '256k'} | table_format: parquet/none]
> FAIL query_test/test_runtime_filters.py::TestRuntimeRowFilters::()::test_row_filters_phj_only[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
> FAIL query_test/test_tpch_nested_queries.py::TestTpchNestedQuery::()::test_tpch_q20[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
> ERROR query_test/test_tpcds_queries.py::TestTpcdsQuery::()::test_tpcds_q79[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
> ERROR query_test/test_tpcds_queries.py::TestTpcdsQuery::()::test_tpcds_q88[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
> ==================================== ERRORS ====================================
>  ERROR at setup of TestTpcdsQuery.test_tpcds_q79[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none] 
> [gw1] linux2 -- Python 2.6.6 /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/bin/../infra/python/env/bin/python
> common/impala_test_suite.py:138: in setup_class
>     cls.client = cls.create_impala_client(IMPALAD)
> common/impala_test_suite.py:165: in create_impala_client
>     client.connect()
> common/impala_connection.py:147: in connect
>     self.__beeswax_client.connect()
> beeswax/impala_beeswax.py:148: in connect
>     raise ImpalaBeeswaxException(self.__build_error_message(e), e)
> E   ImpalaBeeswaxException: ImpalaBeeswaxException:
> E    INNER EXCEPTION: <class 'thrift.transport.TTransport.TTransportException'>
> E    MESSAGE: Could not connect to localhost:21000
> ---------------------------- Captured stderr setup -----------------------------
> ...
> {noformat}
> kjhbuih j 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)