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

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


 discard 2b01cf6  [Resource Assignment] Plug in resource assignment to LLC 
REALTIME table
     add f8b8f27  Adding option to load a Pinot segment as post creation 
verification (#4706)
     add 0ebd321  [TE] check start time in range when deciding if needs 
notification (#4699)
     add eed7c1a  [TE] [notification] Multi-dimension based conditional 
alerting (#4703)
     add 770381f  correct detection name for holt winters (#4650)
     add 4f386bc  [TE] frontend - harleyjj/packages - update node and front end 
packages (#4683)
     add 5f01357  fix small typo in log message (#4707)
     add b57960c  [Resource Assignment] Plug in resource assignment to LLC 
REALTIME table
     add f836c9f  Address comments

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   (2b01cf6)
            \
             N -- N -- N   refs/heads/realtime_segment_assignment (f836c9f)

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:
 .../core/realtime/SegmentCompletionManager.java    |    8 +-
 .../converter/SegmentV1V2ToV3FormatConverter.java  |    5 +-
 .../java/org/apache/pinot/core/util/CrcUtils.java  |   18 +-
 .../tools/admin/command/CreateSegmentCommand.java  |  114 +-
 thirdeye/docs/templates.rst                        |    4 +-
 thirdeye/thirdeye-frontend/.travis.yml             |    2 +-
 .../app/mirage/factories/anomaly.js                |    3 +-
 .../app/pods/anomalies/controller.js               |   31 +-
 .../pods/components/anomaly-summary/component.js   |   12 +-
 .../pods/components/rootcause-anomaly/component.js |   52 +-
 .../pods/components/rootcause-anomaly/template.hbs |    4 +-
 thirdeye/thirdeye-frontend/package.json            |   63 +-
 thirdeye/thirdeye-frontend/pom.xml                 |    2 +-
 thirdeye/thirdeye-frontend/yarn.lock               | 8876 +++++++++++++++++---
 .../thirdeye/common/dimension/DimensionMap.java    |   16 +
 .../datalayer/bao/MergedAnomalyResultManager.java  |    2 +
 .../bao/jdbc/MergedAnomalyResultManagerImpl.java   |   12 +-
 .../datalayer/pojo/MergedAnomalyResultBean.java    |    7 +
 .../thirdeye/detection/DefaultDataProvider.java    |    2 +-
 .../detection/alert/DetectionAlertJob.java         |    8 +-
 .../filter/DimensionsRecipientAlertFilter.java     |  134 +
 .../alert/scheme/DetectionEmailAlerter.java        |    8 +-
 .../alert/scheme/DetectionJiraAlerter.java         |    2 +-
 .../validators/SubscriptionConfigValidator.java    |    6 -
 .../thirdeye/detection/yaml/YamlResource.java      |    2 +-
 .../pinot/thirdeye/rootcause/util/EntityUtils.java |    2 +-
 .../bao/TestMergedAnomalyResultManager.java        |   30 +-
 .../thirdeye/detection/DetectionTestUtils.java     |    9 +
 .../filter/DimensionsDetectionAlertFilterTest.java |  274 +
 29 files changed, 8541 insertions(+), 1167 deletions(-)
 create mode 100644 
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/alert/filter/DimensionsRecipientAlertFilter.java
 create mode 100644 
thirdeye/thirdeye-pinot/src/test/java/org/apache/pinot/thirdeye/detection/alert/filter/DimensionsDetectionAlertFilterTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to