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

akshayrai09 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from f3558b6  Capture the exact UPDATE operation in DefaultColumnHandler 
(#4876)
     add 2201a22  [TE] Generify centralized cache DAO and add certificate-based 
authentication support for Couchbase (#4862)

No new revisions were added by this update.

Summary of changes:
 .../config/data-sources/cache-config.yml           | 32 +++++++++----
 .../thirdeye/datasource/ThirdEyeCacheRegistry.java | 17 +++----
 .../thirdeye/detection/cache/CacheConfig.java      | 26 ++--------
 .../detection/cache/CacheConfigLoader.java         |  7 +++
 .../pinot/thirdeye/detection/cache/CacheDAO.java   | 41 ++++++++++++++++
 .../thirdeye/detection/cache/CacheDataSource.java  | 28 ++++++-----
 .../detection/cache/CentralizedCacheConfig.java    |  2 +-
 .../detection/cache/CouchbaseCacheDAO.java         | 56 ++++++++++++++++++----
 .../detection/cache/DefaultTimeSeriesCache.java    |  4 +-
 .../org/apache/pinot/thirdeye/util/CacheUtils.java | 49 ++++++++++++++++++-
 10 files changed, 195 insertions(+), 67 deletions(-)
 create mode 100644 
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/cache/CacheDAO.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to