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 d5da6ee2a IMPALA-14634: Organize custom cluster logs into
subdirectories by test name
new 57954760f IMPALA-14160: add ugsync-util's jar to Hive's classpath at
startup
new 3d68286bb IMPALA-14605: Fix memory leak in global admissiond for
cancelled queued queries
new 52403541f IMPALA-14651: Fix flaky test_loaded_tables_metric due to
report delay
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/rpc/impala-service-pool.cc | 9 ++++
be/src/scheduling/admission-control-service.cc | 38 ++++++++++++++
be/src/scheduling/admission-control-service.h | 22 ++++++++
be/src/scheduling/admission-controller.cc | 3 ++
be/src/scheduling/admission-controller.h | 11 ++++
be/src/scheduling/admissiond-env.cc | 6 +++
testdata/bin/run-hive-server.sh | 3 ++
tests/custom_cluster/test_admission_controller.py | 58 ++++++++++++++++++++++
.../custom_cluster/test_automatic_invalidation.py | 9 ++--
9 files changed, 156 insertions(+), 3 deletions(-)