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 "Vihang Karajgaonkar (Jira)" <ji...@apache.org> on 2021/09/20 18:51:00 UTC

[jira] [Created] (IMPALA-10924) TestIcebergTable.test_partitioned_insert fails with IOException

Vihang Karajgaonkar created IMPALA-10924:
--------------------------------------------

             Summary: TestIcebergTable.test_partitioned_insert fails with IOException
                 Key: IMPALA-10924
                 URL: https://issues.apache.org/jira/browse/IMPALA-10924
             Project: IMPALA
          Issue Type: Bug
            Reporter: Vihang Karajgaonkar
            Assignee: Zoltán Borók-Nagy


The test query_test.test_iceberg.TestIcebergTable.test_partitioned_insert fails intermittently with a IOException and stack trace below.

{noformat}
uery_test/test_iceberg.py:80: in test_partitioned_insert
    use_db=unique_database)
common/impala_test_suite.py:682: in run_test_case
    result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
common/impala_test_suite.py:620: in __exec_in_impala
    result = self.__execute_query(target_impalad_client, query, user=user)
common/impala_test_suite.py:940: 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:RuntimeIOException: Failed to write json to file: hdfs://localhost:20500/test-warehouse/test_partitioned_insert_af8be2c3.db/ice_only_part/metadata/00002-b8d13a74-4839-4dd3-b74a-6df9436774a2.metadata.json
E   CAUSED BY: IOException: The stream is closed
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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