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

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


    from 569f38e9b IMPALA-14206: Add option to start Impala with Ranger authz 
enabled
     new 0b1a32fad IMPALA-13850 (part 4): Implement in-place reset for CatalogD
     new a766f197a IMPALA-14207: Hook log4j to Glog in AdmissionD

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                   |  20 +
 be/src/scheduling/admissiond-env.cc                |   3 +-
 be/src/scheduling/request-pool-service.cc          |  11 +-
 be/src/scheduling/request-pool-service.h           |   2 +-
 be/src/util/backend-gflag-util.cc                  |   4 +
 common/thrift/BackendGflags.thrift                 |   4 +
 .../java/org/apache/impala/catalog/Catalog.java    |  25 +-
 .../apache/impala/catalog/CatalogResetManager.java | 335 +++++++++++++
 .../impala/catalog/CatalogServiceCatalog.java      | 533 +++++++++++++++------
 fe/src/main/java/org/apache/impala/catalog/Db.java |   8 +
 .../org/apache/impala/service/BackendConfig.java   |   8 +
 .../apache/impala/service/CatalogOpExecutor.java   |   2 +-
 .../java/org/apache/impala/util/DebugUtils.java    |   7 +-
 .../apache/impala/util/JniRequestPoolService.java  |  18 +-
 .../org/apache/impala/util/RequestPoolService.java |   2 +-
 .../authorization/AuthorizationStmtTest.java       |  10 +-
 .../apache/impala/testutil/ImpaladTestCatalog.java |   6 +-
 tests/common/custom_cluster_test_suite.py          |  44 +-
 tests/custom_cluster/test_catalogd_ha.py           |  52 +-
 tests/custom_cluster/test_concurrent_ddls.py       |  14 +-
 tests/custom_cluster/test_ext_data_sources.py      |   4 +-
 tests/custom_cluster/test_local_catalog.py         |   9 +-
 tests/custom_cluster/test_metadata_replicas.py     |   2 +
 tests/custom_cluster/test_restart_services.py      |  37 +-
 tests/custom_cluster/test_workload_mgmt_init.py    |  12 +-
 25 files changed, 927 insertions(+), 245 deletions(-)
 create mode 100644 
fe/src/main/java/org/apache/impala/catalog/CatalogResetManager.java

Reply via email to