This is an automated email from the ASF dual-hosted git repository.

joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 41c145f5a IMPALA-13536: Fix Workload Management Init with Catalog HA
     new 74c192c96 IMPALA-13544: Addendum: fixed assert message.
     new 490f90c65 IMPALA-13536: Fix Workload Management Init Tests Issues
     new 2280c1362 IMPALA-12943: Document Admission Control User Quotas.

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/scheduling/admission-controller-test.cc     | 106 +++++++-
 be/src/scheduling/admission-controller.cc          |  64 ++++-
 be/src/scheduling/admission-controller.h           |   7 +-
 docs/impala_keydefs.ditamap                        |   1 +
 docs/topics/impala_admission_config.xml            | 289 ++++++++++++++++++++-
 docs/topics/impala_client.xml                      |  16 ++
 .../impala/catalog/local/LocalCatalogTest.java     |   2 +-
 .../apache/impala/util/TestRequestPoolService.java |   4 +
 fe/src/test/resources/fair-scheduler-test3.xml     |  24 ++
 .../QueryTest/workload-management-log-v1.0.0.test  |  56 ----
 .../QueryTest/workload-management-log-v1.1.0.test  |  61 -----
 ...=> workload-mgmt-impala_query_live-v1.0.0.test} |   5 +-
 ...=> workload-mgmt-impala_query_live-v1.1.0.test} |   5 +-
 .../workload-mgmt-impala_query_log-v1.0.0.test     |  59 +++++
 .../workload-mgmt-impala_query_log-v1.1.0.test     |  64 +++++
 tests/common/custom_cluster_test_suite.py          |  49 +++-
 tests/custom_cluster/test_admission_controller.py  |   6 +-
 tests/custom_cluster/test_workload_mgmt_init.py    | 202 ++++++--------
 tests/util/workload_management.py                  |  11 +-
 19 files changed, 752 insertions(+), 279 deletions(-)
 delete mode 100644 
testdata/workloads/functional-query/queries/QueryTest/workload-management-log-v1.0.0.test
 delete mode 100644 
testdata/workloads/functional-query/queries/QueryTest/workload-management-log-v1.1.0.test
 rename 
testdata/workloads/functional-query/queries/QueryTest/{workload-management-live-v1.0.0.test
 => workload-mgmt-impala_query_live-v1.0.0.test} (90%)
 rename 
testdata/workloads/functional-query/queries/QueryTest/{workload-management-live-v1.1.0.test
 => workload-mgmt-impala_query_live-v1.1.0.test} (91%)
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/workload-mgmt-impala_query_log-v1.0.0.test
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/workload-mgmt-impala_query_log-v1.1.0.test

Reply via email to