You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2022/05/31 21:30:00 UTC

[jira] [Created] (IMPALA-11327) TestSpillingBroadcastJoins.test_spilling_broadcast_joins fails on Kudu with "Unable to advance iterator"

Joe McDonnell created IMPALA-11327:
--------------------------------------

             Summary: TestSpillingBroadcastJoins.test_spilling_broadcast_joins fails on Kudu with "Unable to advance iterator"
                 Key: IMPALA-11327
                 URL: https://issues.apache.org/jira/browse/IMPALA-11327
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 4.2.0
            Reporter: Joe McDonnell


This failure was seen on an ASAN job:
{noformat}
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){noformat}
This has been seen once so far.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org