This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 819db8fa4 IMPALA-12155: Support High Availability for CatalogD
new bb7ad61c6 IMPALA-11534: Skip reloading file metadata for some
ALTER_TABLE events
new c75e8b28e IMPALA-12227: Configure Ozone datanode client port
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 | 6 ++
be/src/util/backend-gflag-util.cc | 2 +
common/thrift/BackendGflags.thrift | 2 +
.../org/apache/impala/compat/MetastoreShim.java | 2 +-
.../impala/catalog/CatalogServiceCatalog.java | 50 ++++++++---
.../impala/catalog/events/MetastoreEvents.java | 86 ++++++++++++++++++-
.../org/apache/impala/service/BackendConfig.java | 9 ++
.../events/MetastoreEventsProcessorTest.java | 96 ++++++++++++++++++++++
testdata/cluster/admin | 4 +
.../common/etc/hadoop/conf/ozone-site.xml.py | 1 +
10 files changed, 246 insertions(+), 12 deletions(-)