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 026f6993e IMPALA-11285: Deflake timeout in test_async_load
     new 86d33a0a3 IMPALA-11856: Use POST requests to set log level
     new 4009ab151 IMPALA-11855: Upgrade jetty to 9.4.50
     new 88d49b691 IMPALA-11693: Enable allow_erasure_coded_files by default

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/rpc/authentication-util.cc                  |  35 ++-
 be/src/rpc/authentication-util.h                   |  14 +-
 be/src/util/logging-support.cc                     |  24 +-
 be/src/util/webserver-test.cc                      | 307 ++++++++++++++++-----
 be/src/util/webserver.cc                           | 111 ++++++--
 be/src/util/webserver.h                            |  14 +-
 bin/run-all-tests.sh                               |   2 -
 common/thrift/Query.thrift                         |   2 +-
 docs/topics/impala_allow_erasure_coded_files.xml   |   5 +-
 fe/pom.xml                                         |   2 +-
 .../apache/impala/customcluster/JwtHttpTest.java   |  15 +-
 .../impala/customcluster/JwtWebserverTest.java     |  11 +-
 .../apache/impala/customcluster/LdapHS2Test.java   |  23 +-
 .../impala/customcluster/LdapImpalaShellTest.java  |  12 +-
 .../impala/customcluster/LdapImpylaHttpTest.java   |  26 +-
 .../apache/impala/customcluster/LdapJdbcTest.java  |  14 +-
 .../impala/customcluster/LdapWebserverTest.java    | 238 +++++++++++++---
 .../java/org/apache/impala/service/JdbcTest.java   |  16 +-
 .../{util/Metrics.java => testutil/WebClient.java} | 112 ++++++--
 testdata/bin/create-load-data.sh                   |   4 -
 tests/common/custom_cluster_test_suite.py          |   2 -
 tests/query_test/test_observability.py             |   6 +-
 tests/util/auto_scaler.py                          |   2 -
 tests/webserver/test_web_pages.py                  |  84 +++---
 www/form-hidden-inputs.tmpl                        |   3 +
 www/log_level.tmpl                                 |   8 +-
 26 files changed, 805 insertions(+), 287 deletions(-)
 rename fe/src/test/java/org/apache/impala/{util/Metrics.java => 
testutil/WebClient.java} (50%)

Reply via email to