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 7fb6a9a1d IMPALA-11941: (Addendum) Use released jamm 0.4.0
new 98059b029 IMPALA-12267: DMLs/DDLs can hang as a result of catalogd
restart
new 434ae61e3 IMPALA-12305: Fix wrong Catalog Service ID when CatalogD
becomes active
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 | 68 ++++++-----
be/src/catalog/catalog-server.h | 11 +-
be/src/service/client-request-state.cc | 8 +-
be/src/service/impala-server.cc | 134 ++++++++++++++++++---
be/src/service/impala-server.h | 15 ++-
.../impala/catalog/CatalogServiceCatalog.java | 17 ++-
.../org/apache/impala/catalog/ImpaladCatalog.java | 12 +-
.../java/org/apache/impala/service/JniCatalog.java | 26 ++--
.../events/MetastoreEventsProcessorTest.java | 8 +-
.../impala/testutil/CatalogServiceTestCatalog.java | 13 +-
tests/custom_cluster/test_catalogd_ha.py | 39 +++---
tests/custom_cluster/test_restart_services.py | 120 +++++++++++++++++-
12 files changed, 355 insertions(+), 116 deletions(-)