Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-5711

test_redacted failing in GVOs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Cannot Reproduce
    • Impala 2.9.0
    • None
    • Backend
    • ghx-label-1

    Description

      19:45:34 ] custom_cluster/test_redaction.py::TestRedaction::test_redacted FAILED
      

      Looks like a potential crash,

      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
      

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            bharathv Bharath Vissapragada
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: