This is an automated email from the ASF dual-hosted git repository.
wzhou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 12dee267f IMPALA-11924: Cap runtime filter NDV with build key NDV
new 6ecb8bfcf IMPALA-12323: DDL hang with SYNC_DDL=1 when CatalogD HA
enabled
new e48af8c04 IMPALA-12321: Fix the race condition when updating active
catalogd
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/catalog/catalog-server.cc | 43 ++++----
be/src/catalog/catalog-server.h | 22 +++-
be/src/runtime/exec-env.cc | 21 ++--
be/src/runtime/exec-env.h | 18 +++-
be/src/statestore/statestore-catalogd-mgr.cc | 26 +++--
be/src/statestore/statestore-catalogd-mgr.h | 10 +-
be/src/statestore/statestore-subscriber-catalog.cc | 30 ++++++
be/src/statestore/statestore-subscriber-catalog.h | 23 ++++
be/src/statestore/statestore-subscriber.cc | 120 +++++++++++++--------
be/src/statestore/statestore-subscriber.h | 46 ++++----
be/src/statestore/statestore.cc | 53 ++++++---
be/src/statestore/statestore.h | 3 +-
common/thrift/StatestoreService.thrift | 12 ++-
tests/custom_cluster/test_catalogd_ha.py | 43 +++++++-
14 files changed, 328 insertions(+), 142 deletions(-)