This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git.
from 62c19e6 IMPALA-10366: skip test_runtime_profile_aggregated for EC
new 22ac00f IMPALA-9910: [DOCS] Add fault tolerance docs
new 579f5c6 IMPALA-10364: Set the real location for external Iceberg
tables stored in HadoopCatalog
new 8542924 IMPALA-10373: Run impala docker containers with uid/gid 1000
new a34bb2a IMPALA-8990: Fix flakiness in test_set_request_pool
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docker/impala_base/Dockerfile | 2 +-
docs/impala.ditamap | 5 ++
docs/impala_keydefs.ditamap | 1 +
...debug_action.xml => impala_fault_tolerance.xml} | 33 ++++++++-----
...impala_faq.xml => impala_node_blacklisting.xml} | 38 +++++----------
..._action.xml => impala_retry_failed_queries.xml} | 39 +++++++--------
docs/topics/impala_spool_query_results.xml | 2 +-
docs/topics/impala_transparent_query_retries.xml | 56 ++++++++++++++++++++++
.../apache/impala/service/CatalogOpExecutor.java | 12 +++--
.../java/org/apache/impala/util/IcebergUtil.java | 2 +-
.../queries/QueryTest/iceberg-create.test | 29 +++++++++++
tests/custom_cluster/test_admission_controller.py | 2 +
12 files changed, 155 insertions(+), 66 deletions(-)
copy docs/topics/{impala_debug_action.xml => impala_fault_tolerance.xml} (56%)
copy docs/topics/{impala_faq.xml => impala_node_blacklisting.xml} (57%)
copy docs/topics/{impala_debug_action.xml => impala_retry_failed_queries.xml}
(56%)
create mode 100644 docs/topics/impala_transparent_query_retries.xml