You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "bharath v (JIRA)" <ji...@apache.org> on 2017/08/23 00:26:00 UTC

[jira] [Resolved] (IMPALA-5711) test_redacted failing in GVOs

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

bharath v resolved IMPALA-5711.
-------------------------------
    Resolution: Cannot Reproduce

Closing.

> test_redacted failing in GVOs
> -----------------------------
>
>                 Key: IMPALA-5711
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5711
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.9.0
>            Reporter: bharath v
>            Priority: Critical
>              Labels: broken-build
>
> {noformat}
> 19:45:34 ] custom_cluster/test_redaction.py::TestRedaction::test_redacted FAILED
> {noformat}
> Looks like a potential crash,
> {noformat}
> 19:45:34 ] FAIL custom_cluster/test_redaction.py::TestRedaction::test_redacted
> 19:45:34 ] =================================== FAILURES ===================================
> 19:45:34 ] _________________________ TestRedaction.test_redacted __________________________
> 19:45:34 ] custom_cluster/test_redaction.py:295: in test_redacted
> 19:45:34 ]     "SELECT string_col = '%s', COUNT(*) FROM functional.alltypes GROUP BY 1" % email)
> 19:45:34 ] common/impala_test_suite.py:506: in wrapper
> 19:45:34 ]     return function(*args, **kwargs)
> 19:45:34 ] common/impala_test_suite.py:513: in execute_query_expect_success
> 19:45:34 ]     result = cls.__execute_query(impalad_client, query, query_options)
> 19:45:34 ] common/impala_test_suite.py:598: in __execute_query
> 19:45:34 ]     return impalad_client.execute(query, user=user)
> 19:45:34 ] common/impala_connection.py:160: in execute
> 19:45:34 ]     return self.__beeswax_client.execute(sql_stmt, user=user)
> 19:45:34 ] beeswax/impala_beeswax.py:173: in execute
> 19:45:34 ]     handle = self.__execute_query(query_string.strip(), user=user)
> 19:45:34 ] beeswax/impala_beeswax.py:337: in __execute_query
> 19:45:34 ]     handle = self.execute_query_async(query_string, user=user)
> 19:45:34 ] beeswax/impala_beeswax.py:333: in execute_query_async
> 19:45:34 ]     return self.__do_rpc(lambda: self.imp_service.query(query,))
> 19:45:34 ] beeswax/impala_beeswax.py:461: in __do_rpc
> 19:45:34 ]     raise ImpalaBeeswaxException(self.__build_error_message(e), e)
> 19:45:34 ] E   ImpalaBeeswaxException: ImpalaBeeswaxException:
> 19:45:34 ] E    INNER EXCEPTION: <class 'thrift.transport.TTransport.TTransportException'>
> 19:45:34 ] E    MESSAGE: TSocket read 0 bytes
> {noformat}
> GVOs (unrelated to each other, on different patches):
> https://jenkins.impala.io/job/gerrit-verify-dryrun/924/console
> https://jenkins.impala.io/job/gerrit-verify-dryrun/919/console
> Trying to repro it locally by running in a loop, no luck so far.



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