This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 4a7cb736a IMPALA-14209: Fixed incorrect usage of WriteEventInfos with
commitTxnMessage
new 3b0d6277d IMPALA-14215: Fix tarball creation for extra Python versions
new da190f1d8 IMPALA-14074: Warmup metadata cache in catalogd for critical
tables
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 | 13 ++++-
be/src/util/backend-gflag-util.cc | 4 ++
bin/rat_exclude_files.txt | 1 +
common/thrift/BackendGflags.thrift | 4 ++
.../impala/catalog/CatalogServiceCatalog.java | 63 +++++++++++++++++----
.../org/apache/impala/common/FileSystemUtil.java | 33 ++++++++++-
.../org/apache/impala/service/BackendConfig.java | 8 +++
.../apache/impala/common/FileSystemUtilTest.java | 18 ++++++
shell/packaging/make_shell_tarball.sh | 9 ++-
testdata/bin/create-load-data.sh | 3 +
testdata/data/warmup_table_list.txt | 24 ++++++++
tests/common/impala_service.py | 20 +++++++
tests/common/impala_test_suite.py | 8 +--
tests/custom_cluster/test_catalogd_ha.py | 41 ++++++++++++--
tests/custom_cluster/test_restart_services.py | 65 ++++++++++++++++++++++
15 files changed, 292 insertions(+), 22 deletions(-)
create mode 100644 testdata/data/warmup_table_list.txt