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 f6d33be For RANGE predicate queries touching offline segments, use
sorted inverted index (#5013)
add 96a55cb [TE][detection] Implement anomalies cache to speed up
detection (#4900)
No new revisions were added by this update.
Summary of changes:
thirdeye/pom.xml | 2 +-
.../dashboard/resources/v2/AnomaliesResource.java | 8 +-
.../pinot/thirdeye/datalayer/dto/AbstractDTO.java | 3 +-
.../datalayer/dto/MergedAnomalyResultDTO.java | 6 +-
.../thirdeye/datalayer/pojo/AbstractBean.java | 3 +-
.../datalayer/pojo/MergedAnomalyResultBean.java | 3 +-
.../thirdeye/datasource/ThirdEyeCacheRegistry.java | 2 +-
.../thirdeye/detection/DefaultDataProvider.java | 162 ++++----------------
.../detection/DetectionPipelineTaskRunner.java | 5 +-
.../thirdeye/detection/DetectionResource.java | 13 +-
.../pinot/thirdeye/detection/DetectionUtils.java | 22 +++
.../pinot/thirdeye/detection/alert/AlertUtils.java | 8 +-
.../detection/alert/DetectionAlertTaskFactory.java | 6 +-
.../detection/alert/DetectionAlertTaskRunner.java | 1 -
.../detection/algorithm/DimensionWrapper.java | 29 ++++
.../detection/algorithm/MovingWindowAlgorithm.java | 10 +-
.../cache/builder/AnomaliesCacheBuilder.java | 170 +++++++++++++++++++++
.../cache/builder/TimeSeriesCacheBuilder.java | 168 ++++++++++++++++++++
.../finetune/GridSearchTuningAlgorithm.java | 6 +-
.../onboard/YamlOnboardingTaskRunner.java | 5 +-
.../thirdeye/detection/spi/model/AnomalySlice.java | 38 ++++-
.../detection/wrapper/AnomalyDetectorWrapper.java | 2 -
.../thirdeye/detection/yaml/YamlResource.java | 6 +-
.../src/main/resources/schema/drop-tables.sql | 16 +-
.../csv/CSVThirdEyeDataSourceIntegrationTest.java | 1 -
.../MockThirdEyeDataSourceIntegrationTest.java | 1 -
.../pinot/thirdeye/detection/DataProviderTest.java | 33 +---
.../pinot/thirdeye/detection/MockDataProvider.java | 21 +--
.../alert/DetectionAlertTaskFactoryTest.java | 2 +-
.../thirdeye/detection/alert/SendAlertTest.java | 35 +----
.../alert/scheme/DetectionEmailAlerterTest.java | 6 +-
.../alert/scheme/DetectionJiraAlerterTest.java | 4 +-
.../detection/algorithm/DimensionWrapperTest.java | 40 +++++
.../integration/NotificationTaskSchedulerTest.java | 5 +-
.../templates/TestEntityGroupKeyContent.java | 6 +-
.../templates/TestMetricAnomaliesContent.java | 17 ++-
.../channels/TestJiraContentFormatter.java | 9 +-
.../test/resources/data-sources/cache-config.yml | 2 +-
38 files changed, 612 insertions(+), 264 deletions(-)
create mode 100644
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/cache/builder/AnomaliesCacheBuilder.java
create mode 100644
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/cache/builder/TimeSeriesCacheBuilder.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]