You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2019/07/23 04:34:43 UTC

[incubator-pinot] branch add-logic-for-lead-controller-resource updated (06e4096 -> 52b7f2e)

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

jlli pushed a change to branch add-logic-for-lead-controller-resource
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    omit 06e4096  Use resource config to check whether resource is enabled
    omit de5d5e6  Address PR comments
    omit f9ab6e2  Move murmur2 functions to an util class in pinot-common
    omit 51348fa  Move murmur2 functions to an util class in pinot-common
    omit 91a7651  Address PR comments; Remove API design out of this PR
    omit ec747de  Address PR comments
    omit 1c07a37  Add logic for lead controller resource on controller side
    omit 6ce6114  Add logic for leveraging lead controller resource
     add 25e7be1  [TE] Bug Fix - Parsing of multiple alert schemes (#4456)
     add d18fab9  [TE] anomaly filters potential inconsistency issue fix (#4448)
     add 2d0b247  [TE] Update Swagger Resource Package (#4458)
     add 6dc820a  Issue #4450: Support parsing of `Order By` clause in PQL compiler. (#4453)
     add 0fded63  [TE] Inject Sub Entity Name into the anomaly properties (#4452)
     add 523f697  Add resource config for lead controller resource (#4449)
     add 835679d  Add logic for leveraging lead controller resource
     add c62b4e7  Add logic for lead controller resource on controller side
     add bd9a544  Address PR comments
     add 51232d5  Address PR comments; Remove API design out of this PR
     add 0529ed2  Move murmur2 functions to an util class in pinot-common
     add 9fecd6a  Move murmur2 functions to an util class in pinot-common
     add 7933ac0  Address PR comments
     add 52b7f2e  Use resource config to check whether resource is enabled

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   (06e4096)
            \
             N -- N -- N   refs/heads/add-logic-for-lead-controller-resource (52b7f2e)

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:
 .../pinot/common/request/AggregationInfo.java      |  384 +++--
 .../apache/pinot/common/request/BrokerRequest.java | 1533 ++++++++++----------
 .../apache/pinot/common/request/DataSource.java    |  216 ++-
 .../apache/pinot/common/request/Expression.java    |  421 +++---
 .../pinot/common/request/ExpressionType.java       |   11 +-
 .../pinot/common/request/FilterOperator.java       |   18 +-
 .../apache/pinot/common/request/FilterQuery.java   |  561 ++++---
 .../pinot/common/request/FilterQueryMap.java       |  260 ++--
 .../org/apache/pinot/common/request/Function.java  |  339 ++---
 .../org/apache/pinot/common/request/GroupBy.java   |  420 +++---
 .../pinot/common/request/HavingFilterQuery.java    |  562 ++++---
 .../pinot/common/request/HavingFilterQueryMap.java |  259 ++--
 .../apache/pinot/common/request/Identifier.java    |  220 ++-
 .../pinot/common/request/InstanceRequest.java      |  542 ++++---
 .../org/apache/pinot/common/request/Literal.java   |  364 ++---
 .../apache/pinot/common/request/PinotQuery.java    | 1048 ++++++-------
 .../apache/pinot/common/request/QuerySource.java   |  218 ++-
 .../org/apache/pinot/common/request/QueryType.java |  485 +++----
 .../org/apache/pinot/common/request/Selection.java |  486 +++----
 .../apache/pinot/common/request/SelectionSort.java |  285 ++--
 .../pinot/pql/parsers/pql2/ast/OrderByAstNode.java |   11 +-
 .../apache/pinot/pql/parsers/Pql2CompilerTest.java |   54 +-
 pinot-common/src/thrift/request.thrift             |    1 +
 pom.xml                                            |    6 +-
 thirdeye/thirdeye-pinot/config/dashboard.yml       |    3 +-
 ...er.java => EntityGroupKeyContentFormatter.java} |   15 +-
 .../pinot/thirdeye/detection/DetectionUtils.java   |    9 -
 .../alert/scheme/DetectionEmailAlerter.java        |    4 +-
 .../AbsoluteChangeRuleAnomalyFilter.java           |    3 +-
 .../PercentageChangeRuleAnomalyFilter.java         |   10 +-
 .../SitewideImpactRuleAnomalyFilter.java           |    5 +-
 .../components/ThresholdRuleAnomalyFilter.java     |   14 +-
 .../components/TriggerConditionGrouper.java        |    9 +-
 .../detection/wrapper/AnomalyDetectorWrapper.java  |    6 +
 .../thirdeye/detection/wrapper/GrouperWrapper.java |   14 +-
 .../yaml/translator/DetectionConfigTranslator.java |   24 +-
 .../translator/SubscriptionConfigTranslator.java   |    3 +-
 ...port.ftl => entity-groupkey-anomaly-report.ftl} |    0
 ...> TestEntityGroupKeyEmailContentFormatter.java} |   11 +-
 .../thirdeye/detection/DetectionTestUtils.java     |    9 +
 .../AbsoluteChangeRuleAnomalyFilterTest.java       |   25 +-
 .../PercentageChangeRuleAnomalyFilterTest.java     |   60 +-
 .../SitewideImpactRuleAnomalyFilterTest.java       |   20 +-
 .../components/ThresholdRuleAnomalyFilterTest.java |   56 +-
 .../components/TriggerConditionGrouperTest.java    |    3 +-
 .../wrapper/AnomalyDetectorWrapperTest.java        |    4 +-
 .../compositePipelineTranslatorTestResult-1.json   |    4 +-
 .../compositePipelineTranslatorTestResult-2.json   |    1 +
 .../compositePipelineTranslatorTestResult-4.json   |    1 +
 .../compositePipelineTranslatorTestResult-5.json   |    4 +
 50 files changed, 4230 insertions(+), 4791 deletions(-)
 rename thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/alert/content/{EntityGroupByContentFormatter.java => EntityGroupKeyContentFormatter.java} (94%)
 rename thirdeye/thirdeye-pinot/src/main/resources/org/apache/pinot/thirdeye/detector/{entity-groupby-anomaly-report.ftl => entity-groupkey-anomaly-report.ftl} (100%)
 rename thirdeye/thirdeye-pinot/src/test/java/org/apache/pinot/thirdeye/alert/content/{TestEntityGroupByEmailContentFormatter.java => TestEntityGroupKeyEmailContentFormatter.java} (95%)


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