bxji commented on a change in pull request #4761: [TE] Centralized cache proof-of-concept for anomaly detection via Couchbase URL: https://github.com/apache/incubator-pinot/pull/4761#discussion_r347546778
########## File path: thirdeye/thirdeye-pinot/config/data-sources/cache-config.yml ########## @@ -0,0 +1,20 @@ + +# please use at most one cache at a time, either the in-memory cache or the centralized cache. +useInMemoryCache: true Review comment: changed the code to use in-memory by default if cache config could not be read ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
