xiaohui-sun commented on a change in pull request #5398: URL: https://github.com/apache/incubator-pinot/pull/5398#discussion_r428408973
########## File path: thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/anomaly/detection/trigger/DataAvailabilityTaskScheduler.java ########## @@ -122,9 +122,10 @@ public void run() { long endtime = System.currentTimeMillis(); createDetectionTask(detectionConfig, endtime); - if (DetectionUtils.isDataAvailabilityCheckEnabled(detectionConfig)) { - createDataSLACheckTask(detectionConfig, endtime); - LOG.info("Scheduling a task for data availability {} due to the fallback mechanism.", detectionConfigId); + if (DetectionUtils.isDataQualityCheckEnabled(detectionConfig)) { Review comment: That makes sense. Thanks. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org