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

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


    from b8f403475 IMPALA-13728: OpenSSLUtilTest.ValidateInitialize failed by 
AES_128_GCM not supported
     new e83a8e312 IMPALA-13747: Use fresh HS2 client for unique_database 
fixture
     new aac67a077 IMPALA-13201: System Table Queries Execute When Admission 
Queues are Full

The 2 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.cc          |  12 +-
 be/src/scheduling/cluster-membership-mgr-test.cc   |  52 ++++-
 be/src/scheduling/cluster-membership-mgr.cc        |  88 +++++---
 be/src/scheduling/cluster-membership-mgr.h         |   8 +-
 be/src/scheduling/cluster-membership-test-util.cc  |  13 ++
 be/src/scheduling/cluster-membership-test-util.h   |   5 +
 be/src/scheduling/executor-group-test.cc           |  32 ++-
 be/src/scheduling/executor-group.cc                |  13 ++
 be/src/scheduling/executor-group.h                 |   6 +
 be/src/service/client-request-state.cc             |   2 +-
 be/src/util/webserver.cc                           |   4 +-
 bin/start-impala-cluster.py                        |   4 +-
 common/thrift/ImpalaInternalService.thrift         |   6 +
 docs/topics/impala_admission_config.xml            |  43 +++-
 .../java/org/apache/impala/service/Frontend.java   |  29 ++-
 .../org/apache/impala/util/RequestPoolService.java |   2 +
 .../apache/impala/util/TestRequestPoolService.java |  12 +-
 .../test/resources/fair-scheduler-onlycoords.xml   |  25 +++
 fe/src/test/resources/fair-scheduler-test.xml      |   2 +
 fe/src/test/resources/llama-site-onlycoords.xml    |  66 ++++++
 .../scheduler/fair/AllocationConfiguration.java    |  10 +
 .../fair/AllocationFileLoaderService.java          |  58 ++---
 tests/common/custom_cluster_test_suite.py          |  57 +++--
 tests/common/impala_cluster.py                     |   8 +
 tests/common/impala_test_suite.py                  |  31 +++
 tests/conftest.py                                  |  42 ++--
 tests/custom_cluster/test_admission_controller.py  | 234 +++++++++++++++++++++
 tests/metadata/test_ddl.py                         |  72 ++++---
 tests/query_test/test_udfs.py                      |  41 ++--
 29 files changed, 807 insertions(+), 170 deletions(-)
 create mode 100644 fe/src/test/resources/fair-scheduler-onlycoords.xml
 create mode 100644 fe/src/test/resources/llama-site-onlycoords.xml

Reply via email to