You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Lars Volker (JIRA)" <ji...@apache.org> on 2019/02/02 07:02:00 UTC

[jira] [Resolved] (IMPALA-8142) ASAN build failure in query_test/test_nested_types.py

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

Lars Volker resolved IMPALA-8142.
---------------------------------
       Resolution: Duplicate
         Assignee: Lars Volker  (was: Lenisha Gandhi)
    Fix Version/s:     (was: Impala 3.1.0)
                   Impala 3.2.0

> ASAN build failure in query_test/test_nested_types.py
> -----------------------------------------------------
>
>                 Key: IMPALA-8142
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8142
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 3.1.0, Impala 3.2.0
>            Reporter: Paul Rogers
>            Assignee: Lars Volker
>            Priority: Blocker
>              Labels: asan, build-failure
>             Fix For: Impala 3.2.0
>
>
> From the build log:
> {noformat}
> 05:23:33 =================================== FAILURES ===================================
> 05:23:33  TestNestedTypes.test_subplan[protocol: beeswax | 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] 
> 05:23:33 [gw7] linux2 -- Python 2.7.5 /data/jenkins/workspace/impala-cdh6.x-core-asan/repos/Impala/bin/../infra/python/env/bin/python
> 05:23:33 query_test/test_nested_types.py:77: in test_subplan
> 05:23:33     self.run_test_case('QueryTest/nested-types-subplan', vector)
> 05:23:33 common/impala_test_suite.py:472: in run_test_case
> 05:23:33     result = self.__execute_query(target_impalad_client, query, user=user)
> 05:23:33 common/impala_test_suite.py:699: in __execute_query
> 05:23:33     return impalad_client.execute(query, user=user)
> 05:23:33 common/impala_connection.py:174: in execute
> 05:23:33     return self.__beeswax_client.execute(sql_stmt, user=user)
> 05:23:33 beeswax/impala_beeswax.py:200: in execute
> 05:23:33     result = self.fetch_results(query_string, handle)
> 05:23:33 beeswax/impala_beeswax.py:445: in fetch_results
> 05:23:33     exec_result = self.__fetch_results(query_handle, max_rows)
> 05:23:33 beeswax/impala_beeswax.py:456: in __fetch_results
> 05:23:33     results = self.__do_rpc(lambda: self.imp_service.fetch(handle, False, fetch_rows))
> 05:23:33 beeswax/impala_beeswax.py:512: in __do_rpc
> 05:23:33     raise ImpalaBeeswaxException(self.__build_error_message(e), e)
> 05:23:33 E   ImpalaBeeswaxException: ImpalaBeeswaxException:
> 05:23:33 E    INNER EXCEPTION: <class 'thrift.transport.TTransport.TTransportException'>
> 05:23:33 E    MESSAGE: TSocket read 0 bytes
> {noformat}
> From {{impalad.ERROR}}:
> {noformat}
> SUMMARY: AddressSanitizer: use-after-poison /data/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/be/src/runtime/tuple.h:241:13 in impala::Tuple::IsNull(impala::NullIndicatorOffset const&) const
> ...
> ==119152==ABORTING
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)