You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Alexander Behm (JIRA)" <ji...@apache.org> on 2017/10/02 19:13:02 UTC

[jira] [Resolved] (IMPALA-6005) Failed tests due to RPCError TestUdfExecution.test_ir_functions and TestHdfsQueries.test_analytic_fns on RHEL7

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

Alexander Behm resolved IMPALA-6005.
------------------------------------
    Resolution: Duplicate

Duplicates IMPALA-5999. Thanks [~tarmstrong]!

> Failed tests due to RPCError TestUdfExecution.test_ir_functions and TestHdfsQueries.test_analytic_fns on RHEL7
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-6005
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6005
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 2.10.0
>            Reporter: Alexander Behm
>            Assignee: Tim Armstrong
>            Priority: Blocker
>              Labels: broken-build
>
> Seeing these failures on RHEL7:
> [~tarmstrong], could this be related to your recent RPC change?
> 5119ced50c0e0c4001621c9d4da598c187bdb580
> If not, feel free to re-assign.
> TestUdfExecution.test_ir_functions
> {code}
> query_test/test_udfs.py:309: in test_ir_functions     self.run_test_case('QueryTest/udf', vector, use_db=unique_database) common/impala_test_suite.py:391: in run_test_case     result = self.__execute_query(target_impalad_client, query, user=user) common/impala_test_suite.py:600: 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:341: in __execute_query     self.wait_for_completion(handle) beeswax/impala_beeswax.py:361: in wait_for_completion     raise ImpalaBeeswaxException("Query aborted:" + error_log, None) E   ImpalaBeeswaxException: ImpalaBeeswaxException: E    Query aborted:RPC Error: Client for impala-boost-static-burst-slave-el7-1d73.vpc.cloudera.com:22001 hits an unexpected exception: ECONNRESET, type: N6apache6thrift9transport19TTransportExceptionE rpc send completed: true
> query_test/test_udfs.py:309: in test_ir_functions
>     self.run_test_case('QueryTest/udf', vector, use_db=unique_database)
> common/impala_test_suite.py:391: in run_test_case
>     result = self.__execute_query(target_impalad_client, query, user=user)
> common/impala_test_suite.py:600: 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:341: in __execute_query
>     self.wait_for_completion(handle)
> beeswax/impala_beeswax.py:361: in wait_for_completion
>     raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
> E   ImpalaBeeswaxException: ImpalaBeeswaxException:
> E    Query aborted:RPC Error: Client for impala-boost-static-burst-slave-el7-1d73.vpc.cloudera.com:22001 hits an unexpected exception: ECONNRESET, type: N6apache6thrift9transport19TTransportExceptionE rpc send completed: true
> {code}
> TestHdfsQueries.test_analytic_fns
> {code}
> query_test/test_queries.py:62: in test_analytic_fns     self.run_test_case('QueryTest/analytic-fns', vector) common/impala_test_suite.py:391: in run_test_case     result = self.__execute_query(target_impalad_client, query, user=user) common/impala_test_suite.py:600: 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:341: in __execute_query     self.wait_for_completion(handle) beeswax/impala_beeswax.py:361: in wait_for_completion     raise ImpalaBeeswaxException("Query aborted:" + error_log, None) E   ImpalaBeeswaxException: ImpalaBeeswaxException: E    Query aborted:Cancelled due to unreachable impalad(s): impala-boost-static-burst-slave-el7-1d73.vpc.cloudera.com:22001
> query_test/test_queries.py:62: in test_analytic_fns
>     self.run_test_case('QueryTest/analytic-fns', vector)
> common/impala_test_suite.py:391: in run_test_case
>     result = self.__execute_query(target_impalad_client, query, user=user)
> common/impala_test_suite.py:600: 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:341: in __execute_query
>     self.wait_for_completion(handle)
> beeswax/impala_beeswax.py:361: in wait_for_completion
>     raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
> E   ImpalaBeeswaxException: ImpalaBeeswaxException:
> E    Query aborted:Cancelled due to unreachable impalad(s): impala-boost-static-burst-slave-el7-1d73.vpc.cloudera.com:22001
> {code}



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