[
https://issues.apache.org/jira/browse/IMPALA-10924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922100#comment-17922100
]
Mihaly Szjatinya commented on IMPALA-10924:
-------------------------------------------
Also found as:
Error Message
{code:java}
query_test/test_iceberg.py:1765: in test_update_partitions unique_database)
common/impala_test_suite.py:860: in run_test_case
user=test_section.get('USER', '').strip() or None)
common/impala_test_suite.py:774: in __exec_in_impala result =
self.__execute_query(target_impalad_client, query, user=user)
common/impala_test_suite.py:1219: in __execute_query return
impalad_client.execute(query, user=user) common/impala_connection.py:250: in
execute fetch_profile_after_close=fetch_profile_after_close)
beeswax/impala_beeswax.py:193: in execute handle =
self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:289: in __execute_query
self.wait_for_finished(handle) beeswax/impala_beeswax.py:312: in
wait_for_finished raise ImpalaBeeswaxException(error_log, None) E
ImpalaBeeswaxException: Query 374b5f211e04f078:a3902c2900000000 failed: E
ImpalaRuntimeException: Failed to write json to file:
hdfs://localhost:20500/test-warehouse/test_update_partitions_edeb9483.db/id_part/metadata/00001-bae010de-1b30-445d-bfb6-b88897e9762f.metadata.json
E CAUSED BY: RuntimeIOException: Failed to write json to file:
hdfs://localhost:20500/test-warehouse/test_update_partitions_edeb9483.db/id_part/metadata/00001-bae010de-1b30-445d-bfb6-b88897e9762f.metadata.json
E CAUSED BY: IOException: The stream is closed
{code:}
Stacktrace
{code:java}
query_test/test_iceberg.py:1765: in test_update_partitions
unique_database)
common/impala_test_suite.py:860: in run_test_case
user=test_section.get('USER', '').strip() or None)
common/impala_test_suite.py:774: in __exec_in_impala
result = self.__execute_query(target_impalad_client, query, user=user)
common/impala_test_suite.py:1219: in __execute_query
return impalad_client.execute(query, user=user)
common/impala_connection.py:250: in execute
fetch_profile_after_close=fetch_profile_after_close)
beeswax/impala_beeswax.py:193: in execute
handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:289: in __execute_query
self.wait_for_finished(handle)
beeswax/impala_beeswax.py:312: in wait_for_finished
raise ImpalaBeeswaxException(error_log, None)
E ImpalaBeeswaxException: Query 374b5f211e04f078:a3902c2900000000 failed:
E ImpalaRuntimeException: Failed to write json to file:
hdfs://localhost:20500/test-warehouse/test_update_partitions_edeb9483.db/id_part/metadata/00001-bae010de-1b30-445d-bfb6-b88897e9762f.metadata.json
E CAUSED BY: RuntimeIOException: Failed to write json to file:
hdfs://localhost:20500/test-warehouse/test_update_partitions_edeb9483.db/id_part/metadata/00001-bae010de-1b30-445d-bfb6-b88897e9762f.metadata.json
E CAUSED BY: IOException: The stream is closed
{code}
> 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
> Priority: Critical
> Labels: broken-build
>
> 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.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]