jihaozh commented on a change in pull request #4032: Fail pipeline all windows failed URL: https://github.com/apache/incubator-pinot/pull/4032#discussion_r270536527
########## File path: thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/wrapper/AnomalyDetectorWrapper.java ########## @@ -73,7 +75,7 @@ private static final String PROP_TIMEZONE = "timezone"; private static final String PROP_BUCKET_PERIOD = "bucketPeriod"; private static final String PROP_CACHE_PERIOD_LOOKBACK = "cachingPeriodLookback"; - private static final long DEFAULT_CACHING_PERIOD_LOOKBACK = TimeUnit.DAYS.toMillis(30); + private static final long DEFAULT_CACHING_PERIOD_LOOKBACK = TimeUnit.DAYS.toMillis(0); Review comment: Use -1 if we would like to disable cache warm up by default? ---------------------------------------------------------------- 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]
