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 438461db9 IMPALA-14138: Manually disable block location loading via 
Hadoop config
     new 64abca481 IMPALA-14227: In HA failover, passive catalogd should apply 
pending HMS events before being active
     new 3e6326538 IMPALA-13795: Support serving webUI content with gzip 
compression

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                   | 107 +++++++++++++++++-
 be/src/catalog/catalog-server.h                    |   6 +
 be/src/catalog/catalog.cc                          |   6 +-
 be/src/catalog/catalog.h                           |   3 +-
 be/src/common/init.cc                              |  10 ++
 be/src/runtime/exec-env.cc                         |  15 +--
 be/src/util/codec.cc                               |   1 -
 be/src/util/webserver-test.cc                      |  41 +++++++
 be/src/util/webserver.cc                           | 124 +++++++++++++++------
 be/src/util/webserver.h                            |   9 ++
 common/thrift/JniCatalog.thrift                    |   7 ++
 .../impala/catalog/CatalogServiceCatalog.java      |   6 +-
 .../catalog/events/ExternalEventsProcessor.java    |   4 +-
 .../catalog/events/MetastoreEventsProcessor.java   |  15 ++-
 .../impala/catalog/events/NoOpEventProcessor.java  |   4 +-
 .../java/org/apache/impala/service/JniCatalog.java |  14 ++-
 .../events/MetastoreEventsProcessorTest.java       |  10 +-
 tests/custom_cluster/test_catalogd_ha.py           |  46 +++++++-
 tests/webserver/test_web_pages.py                  |  10 ++
 19 files changed, 374 insertions(+), 64 deletions(-)

Reply via email to