This is an automated email from the ASF dual-hosted git repository.
somandal pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from d6f3ec3758f [refactor] Refactor TableCache to interface with
ZkTableCache implementation (#16646)
add 48cd24b9701 Refactor DefaultClusterConfigChangeHandler to common
module to enable sharing same infra across pinot components (#16662)
No new revisions were added by this update.
Summary of changes:
.../pinot/common/audit/AuditConfigManager.java | 22 ++-
.../config}/DefaultClusterConfigChangeHandler.java | 2 +-
.../pinot/common/audit/AuditConfigManagerTest.java | 153 ++++++++++++---
.../pinot/controller/BaseControllerStarter.java | 18 +-
.../server/starter/helix/BaseServerStarter.java | 1 +
pinot-spi/pom.xml | 5 +
.../provider/PinotClusterConfigProviderTest.java | 213 +++++++++++++++++++++
7 files changed, 370 insertions(+), 44 deletions(-)
rename {pinot-server/src/main/java/org/apache/pinot/server/starter/helix =>
pinot-common/src/main/java/org/apache/pinot/common/config}/DefaultClusterConfigChangeHandler.java
(98%)
create mode 100644
pinot-spi/src/test/java/org/apache/pinot/spi/config/provider/PinotClusterConfigProviderTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]