You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2018/11/15 01:03:03 UTC

[incubator-pinot] branch periodic_task updated (af90111 -> 4c27e47)

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

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


 discard af90111  Enhance controller periodic task and scheduler
     add 1ffadef  Enhance StarTreeV2ClusterIntegrationTest to cover multi-trees case (#3448)
     add d1fb928  [TE] frontend - aaronucsd/home - changes to sort the application list (#3465)
     add e7e9954  Fix typo in BaseRoutingTableBuilder (#3479)
     add 19286f0  [TE] migrate minute-level and hourly properties (#3480)
     add e0b0f3a  [TE] detection - site-wide impact rule filter (#3482)
     add c9a4e60  [TE] frontend - aarouncsd/Create Alert - Yaml quick fix (#3483)
     add 4c27e47  Enhance controller periodic task and scheduler

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (af90111)
            \
             N -- N -- N   refs/heads/periodic_task (4c27e47)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../routing/builder/BaseRoutingTableBuilder.java   | 11 ++-
 .../pinot/controller/ControllerStarter.java        | 25 ++----
 .../core/periodictask/ControllerPeriodicTask.java  | 10 +--
 .../core/periodictask/PeriodicTaskScheduler.java   |  5 +-
 .../periodictask/PeriodicTaskSchedulerTest.java    |  2 +-
 .../tests/StarTreeClusterIntegrationTest.java      |  9 ++-
 .../tests/StarTreeV2ClusterIntegrationTest.java    | 62 ++++++++++-----
 .../app/pods/home/index/controller.js              | 13 ++++
 .../app/pods/home/index/template.hbs               | 11 +--
 .../app/pods/self-serve/create-alert/controller.js |  2 +-
 .../tasks/FunctionCreationOnboardingTask.java      |  8 +-
 .../detection/DefaultInputDataFetcher.java         |  6 +-
 .../com/linkedin/thirdeye/detection/Pattern.java   | 11 ++-
 .../components/AbsoluteChangeRuleDetector.java     | 17 +++--
 .../components/PercentageChangeRuleDetector.java   | 14 +++-
 .../SitewideImpactRuleAnomalyFilter.java           | 67 ++++++++++++++++
 .../components/ThresholdRuleAnomalyFilter.java     |  2 +-
 .../components/ThresholdRuleDetector.java          |  2 +-
 .../spec/AbsoluteChangeRuleDetectorSpec.java       | 28 +++++--
 .../spec/PercentageChangeRuleDetectorSpec.java     |  9 +++
 .../spec/SitewideImpactRuleAnomalyFilterSpec.java  | 40 ++++++++++
 .../components/AbsoluteChangeRuleDetectorTest.java |  5 +-
 .../PercentageChangeRuleDetectorTest.java          | 28 +++++--
 .../SitewideImpactRuleAnomalyFilterTest.java       | 89 ++++++++++++++++++++++
 24 files changed, 378 insertions(+), 98 deletions(-)
 copy pinot-core/src/main/java/com/linkedin/pinot/core/data/readers/RecordReaderConfig.java => thirdeye/thirdeye-pinot/src/main/java/com/linkedin/thirdeye/detection/Pattern.java (84%)
 create mode 100644 thirdeye/thirdeye-pinot/src/main/java/com/linkedin/thirdeye/detection/components/SitewideImpactRuleAnomalyFilter.java
 create mode 100644 thirdeye/thirdeye-pinot/src/main/java/com/linkedin/thirdeye/detection/spec/SitewideImpactRuleAnomalyFilterSpec.java
 create mode 100644 thirdeye/thirdeye-pinot/src/test/java/com/linkedin/thirdeye/detection/components/SitewideImpactRuleAnomalyFilterTest.java


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