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 "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2022/11/09 19:53:00 UTC

[jira] [Created] (IMPALA-11715) test_resource_limits_kudu failed in dockerised test

Zoltán Borók-Nagy created IMPALA-11715:
------------------------------------------

             Summary: test_resource_limits_kudu failed in dockerised test
                 Key: IMPALA-11715
                 URL: https://issues.apache.org/jira/browse/IMPALA-11715
             Project: IMPALA
          Issue Type: Bug
            Reporter: Zoltán Borók-Nagy


h2. Error Details
{noformat}
query_test/test_resource_limits.py:54: in test_resource_limits_kudu     self.run_test_case('QueryTest/query-resource-limits-kudu', vector) common/impala_test_suite.py:707: in run_test_case     result = exec_fn(query, user=test_section.get('USER', '').strip() or None) common/impala_test_suite.py:645: in __exec_in_impala     result = self.__execute_query(target_impalad_client, query, user=user) common/impala_test_suite.py:981: in __execute_query     return impalad_client.execute(query, user=user) common/impala_connection.py:212: 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:Query 47412acf5f88fffc:441512c100000000 terminated due to scan bytes limit of 1.00 KB
{noformat}

h2. Stack Trace
{noformat}
query_test/test_resource_limits.py:54: in test_resource_limits_kudu
    self.run_test_case('QueryTest/query-resource-limits-kudu', vector)
common/impala_test_suite.py:707: in run_test_case
    result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
common/impala_test_suite.py:645: in __exec_in_impala
    result = self.__execute_query(target_impalad_client, query, user=user)
common/impala_test_suite.py:981: in __execute_query
    return impalad_client.execute(query, user=user)
common/impala_connection.py:212: 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:Query 47412acf5f88fffc:441512c100000000 terminated due to scan bytes limit of 1.00 KB
{noformat}

Saw it in https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/6620/
(please click on "Don't keep this build forever" once resolved)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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