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 d682e226d IMPALA-10338: Deflake test_queue_reasons_slots in ASAN build.
new b3b2dbaca IMPALA-13772: Fix Workload Management DMLs Timeouts
new 5835f2dfb IMPALA-13783: Fix huge temp list created in catalog-update
thread
new 4ff88a013 IMPALA-13201 (Addendum): Fix a typo in
impala_admission_config.xml
The 3 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:
be/src/service/internal-server-test.cc | 2 +-
be/src/service/internal-server.cc | 7 +-
be/src/service/workload-management-worker.cc | 7 +
be/src/workload_mgmt/workload-management-flags.cc | 43 ++--
docs/topics/impala_admission_config.xml | 2 +-
.../org/apache/impala/catalog/CatalogObject.java | 10 +-
.../impala/catalog/CatalogServiceCatalog.java | 21 +-
.../org/apache/impala/catalog/HdfsPartition.java | 3 +
.../java/org/apache/impala/catalog/HdfsTable.java | 22 --
fe/src/test/resources/fair-scheduler-one-query.xml | 14 ++
fe/src/test/resources/llama-site-one-query.xml | 24 +++
tests/common/cluster_config.py | 27 +++
tests/custom_cluster/test_admission_controller.py | 35 +---
tests/custom_cluster/test_query_log.py | 232 ++++++++++++++++-----
tests/custom_cluster/test_workload_mgmt_init.py | 85 ++++----
.../test_workload_mgmt_sql_details.py | 14 +-
tests/util/workload_management.py | 9 +-
17 files changed, 372 insertions(+), 185 deletions(-)
create mode 100644 fe/src/test/resources/fair-scheduler-one-query.xml
create mode 100644 fe/src/test/resources/llama-site-one-query.xml