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

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


    from c244aadcf IMPALA-12402: Make CatalogdMetaProvider's cache concurrency 
level configurable
     new 141e3f174 IMPALA-12481: Fix sorted-run-merger-ir.cc make dependency
     new c9c5fb89b IMPALA-12156: Support High Availability for Statestore

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/generated-sources/gen-cpp/CMakeLists.txt        |   1 +
 be/src/catalog/catalog-server.cc                   |  10 +-
 be/src/common/global-flags.cc                      |  14 +
 be/src/rpc/thrift-server-test.cc                   |   3 +
 be/src/runtime/CMakeLists.txt                      |   2 +-
 be/src/runtime/exec-env.cc                         |  17 +-
 be/src/runtime/exec-env.h                          |   4 +-
 be/src/scheduling/admissiond-env.cc                |   6 +-
 .../statestore/statestore-service-client-wrapper.h |  45 ++
 be/src/statestore/statestore-subscriber-catalog.cc |   5 +-
 be/src/statestore/statestore-subscriber-catalog.h  |   3 +
 .../statestore-subscriber-client-wrapper.h         |   8 +
 be/src/statestore/statestore-subscriber.cc         | 349 +++++++++--
 be/src/statestore/statestore-subscriber.h          |  79 ++-
 be/src/statestore/statestore-test.cc               |   6 +-
 be/src/statestore/statestore.cc                    | 682 ++++++++++++++++++++-
 be/src/statestore/statestore.h                     | 202 +++++-
 be/src/statestore/statestored-main.cc              |  19 +-
 bin/start-impala-cluster.py                        | 179 +++++-
 common/thrift/StatestoreService.thrift             | 151 +++++
 common/thrift/metrics.json                         | 196 ++++++
 tests/common/impala_cluster.py                     |  43 +-
 tests/common/impala_service.py                     |   6 +-
 tests/custom_cluster/test_statestored_ha.py        | 627 +++++++++++++++++++
 24 files changed, 2542 insertions(+), 115 deletions(-)
 create mode 100644 tests/custom_cluster/test_statestored_ha.py

Reply via email to