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

TestSpillingBroadcastJoins.test_spilling_broadcast_joins fails on Kudu with "Unable to advance iterator"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • Impala 4.2.0
    • None
    • Backend
    • ghx-label-8

    Description

      This failure was seen on an ASAN job:

      query_test/test_spilling.py:183: in test_spilling_broadcast_joins
          self.run_test_case('QueryTest/spilling-broadcast-joins', vector)
      common/impala_test_suite.py:726: in run_test_case
          result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
      common/impala_test_suite.py:661: in __exec_in_impala
          result = self.__execute_query(target_impalad_client, query, user=user)
      common/impala_test_suite.py:1002: in __execute_query
          return impalad_client.execute(query, user=user)
      common/impala_connection.py:215: in execute
          return self.__beeswax_client.execute(sql_stmt, user=user)
      beeswax/impala_beeswax.py:189: in execute
          handle = self.__execute_query(query_string.strip(), user=user)
      beeswax/impala_beeswax.py:367: in __execute_query
          self.wait_for_finished(handle)
      beeswax/impala_beeswax.py:388: in wait_for_finished
          raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
      E   ImpalaBeeswaxException: ImpalaBeeswaxException:
      E    Query aborted:Unable to advance iterator for node with id '2' for Kudu table 'impala::tpch_kudu.customer': Not found: Scanner ac8755971b9a45d486834f7c0c75b986 not found (it may have expired)

      This has been seen once so far.

      Attachments

        Activity

          People

            Unassigned Unassigned
            joemcdonnell Joe McDonnell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: