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 Armstrong (JIRA)" <ji...@apache.org> on 2017/10/23 16:02:00 UTC

[jira] [Resolved] (IMPALA-4043) test_hdfs_scan_node flaky failure

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

Tim Armstrong resolved IMPALA-4043.
-----------------------------------
    Resolution: Cannot Reproduce

> test_hdfs_scan_node flaky failure
> ---------------------------------
>
>                 Key: IMPALA-4043
>                 URL: https://issues.apache.org/jira/browse/IMPALA-4043
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.7.0
>            Reporter: Jim Apple
>              Labels: flaky
>
> This passed when I re-ran it:
> http://sandbox.jenkins.cloudera.com/job/impala-private-build-and-test/4059/
> {noformat}
> TestQueries.test_hdfs_scan_node[exec_option: {'disable_codegen':
> True, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0,
> 'batch_size': 0, 'num_nodes': 0} | table_format: rc/gzip/block]
> [gw0] linux2 -- Python 2.6.6
> /data/jenkins/workspace/impala-private-build-and-test/repos/Impala/bin/../infra/python/env/bin/python
> query_test/test_queries.py:53: in test_hdfs_scan_node
>     self.run_test_case('QueryTest/hdfs-scan-node', vector)
> common/impala_test_suite.py:306: in run_test_case
>     result = self.__execute_query(target_impalad_client, query, user=user)
> common/impala_test_suite.py:499: in __execute_query
>     return impalad_client.execute(query, user=user)
> common/impala_connection.py:160: in execute
>     return self.__beeswax_client.execute(sql_stmt, user=user)
> beeswax/impala_beeswax.py:173: in execute
>     handle = self.__execute_query(query_string.strip(), user=user)
> beeswax/impala_beeswax.py:337: in __execute_query
>     handle = self.execute_query_async(query_string, user=user)
> beeswax/impala_beeswax.py:333: in execute_query_async
>     return self.__do_rpc(lambda: self.imp_service.query(query,))
> beeswax/impala_beeswax.py:458: in __do_rpc
>     raise ImpalaBeeswaxException(self.__build_error_message(b), b)
> E   ImpalaBeeswaxException: ImpalaBeeswaxException:
> E    INNER EXCEPTION: <class
> 'impala._thrift_gen.beeswax.ttypes.BeeswaxException'>
> E    MESSAGE: ExecPlanRequest rpc
> query_id=764bc1b5b1ecc6af:cf85407e4d08d79a
> instance_id=764bc1b5b1ecc6af:cf85407e4d08d79c failed: RPC client
> failed to connect: Couldn't open transport for
> $JBAPPLE_MACHINE_NAME:22002 (connect() failed: Connection refused)
> {noformat}



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