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

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


    from aeeff53  IMPALA-10196: Remove LlvmCodeGen::CastPtrToLlvmPtr
     new a973c77  Fix extra semicolon in LocalIcebergTable
     new 28181cb  IMPALA-9930 (part 1): Initial refactor for admission control 
service

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/rpc/sidecar-util.h                          | 94 ++++++++++++++++++++++
 be/src/runtime/coordinator-backend-state.cc        | 37 +++------
 be/src/runtime/coordinator.cc                      | 18 ++---
 be/src/runtime/query-driver.cc                     | 10 +--
 be/src/runtime/query-driver.h                      |  2 +-
 be/src/scheduling/CMakeLists.txt                   |  2 +
 .../admission-control-client.cc}                   | 14 ++--
 be/src/scheduling/admission-control-client.h       | 56 +++++++++++++
 be/src/scheduling/admission-controller.cc          | 22 +++--
 be/src/scheduling/admission-controller.h           |  1 +
 .../scheduling/local-admission-control-client.cc   | 53 ++++++++++++
 be/src/scheduling/local-admission-control-client.h | 56 +++++++++++++
 be/src/scheduling/scheduler.cc                     | 35 ++++----
 be/src/scheduling/scheduler.h                      |  4 +-
 be/src/service/CMakeLists.txt                      |  1 -
 be/src/service/client-request-state.cc             | 19 +++--
 be/src/service/client-request-state.h              | 16 ++--
 be/src/service/control-service.cc                  | 15 +---
 be/src/service/impala-server.cc                    |  3 +-
 be/src/service/impala-server.h                     |  3 +-
 be/src/service/query-driver-map.h                  | 44 ----------
 be/src/util/CMakeLists.txt                         |  1 +
 .../sharded-query-map-util.cc}                     | 44 +++++++---
 be/src/util/sharded-query-map-util.h               | 82 +++++++++++++------
 common/thrift/ImpalaService.thrift                 |  2 +-
 .../impala/catalog/local/LocalIcebergTable.java    |  2 +-
 tests/custom_cluster/test_admission_controller.py  |  6 +-
 tests/custom_cluster/test_query_retries.py         |  4 +-
 tests/custom_cluster/test_restart_services.py      |  2 +-
 tests/query_test/test_observability.py             |  6 +-
 30 files changed, 452 insertions(+), 202 deletions(-)
 create mode 100644 be/src/rpc/sidecar-util.h
 copy be/src/{util/uid-util.cc => scheduling/admission-control-client.cc} (75%)
 create mode 100644 be/src/scheduling/admission-control-client.h
 create mode 100644 be/src/scheduling/local-admission-control-client.cc
 create mode 100644 be/src/scheduling/local-admission-control-client.h
 delete mode 100644 be/src/service/query-driver-map.h
 rename be/src/{service/query-driver-map.cc => util/sharded-query-map-util.cc} 
(53%)

Reply via email to