This is an automated email from the ASF dual-hosted git repository.

tmarshall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git.


    from c47fca5  IMPALA-8962: FETCH_ROWS_TIMEOUT_MS should apply before rows 
are available
     new 4f8a1b9  IMPALA-9017: Alter table events on dropped table/db should be 
ignored.
     new d1b42c8  IMPALA-8899, IMPALA-8898: Add cookie support to the webui

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/catalogd-main.cc                    |   2 +-
 be/src/rpc/authentication.cc                       |  21 ++-
 be/src/rpc/cookie-util.cc                          |  48 +++---
 be/src/rpc/cookie-util.h                           |  10 +-
 be/src/runtime/exec-env.cc                         |   2 +-
 be/src/statestore/statestored-main.cc              |   2 +-
 be/src/util/webserver-test.cc                      | 138 ++++++++++++---
 be/src/util/webserver.cc                           | 192 ++++++++++-----------
 be/src/util/webserver.h                            |  27 ++-
 common/thrift/metrics.json                         |  48 ++++++
 .../impala/catalog/CatalogServiceCatalog.java      |  34 ++--
 .../impala/catalog/events/MetastoreEvents.java     |  18 +-
 .../events/MetastoreEventsProcessorTest.java       |  25 +++
 .../apache/impala/customcluster/LdapHS2Test.java   |   1 +
 14 files changed, 372 insertions(+), 196 deletions(-)

Reply via email to