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 f5a15ad60 IMPALA-12277: Fix NullPointerException for partitioned
inserts when partition list is stale
new db6ead813 IMPALA-13142: [DOCS] Documentation for Impala StateStore &
Catalogd HA
new 1fda3e3d6 IMPALA-12771: Impala catalogd events-skipped may mark the
wrong number
new 806f4157d IMPALA-13256: Support more than 2G rows for COUNT(*) on jdbc
table
The 3 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/exec/data-source-scan-node.cc | 13 ++-
docs/impala.ditamap | 7 +-
docs/topics/impala_ha.xml | 50 ++++++++
docs/topics/impala_ha_catalog.xml | 100 ++++++++++++++++
docs/topics/impala_ha_statestore.xml | 97 ++++++++++++++++
.../impala/catalog/events/MetastoreEvents.java | 126 +++++++++++++++------
.../catalog/events/MetastoreEventsProcessor.java | 5 +-
.../impala/extdatasource/jdbc/JdbcDataSource.java | 11 +-
.../extdatasource/jdbc/dao/DatabaseAccessor.java | 2 +-
.../jdbc/dao/GenericJdbcDatabaseAccessor.java | 4 +-
.../apache/impala/service/CatalogOpExecutor.java | 21 ++--
.../events/MetastoreEventsProcessorTest.java | 75 +++++++++++-
12 files changed, 452 insertions(+), 59 deletions(-)
create mode 100644 docs/topics/impala_ha.xml
create mode 100644 docs/topics/impala_ha_catalog.xml
create mode 100644 docs/topics/impala_ha_statestore.xml