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

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


 discard 9586523  address comments
 discard ee879b1  - new anomalies endpoint and unit tests
     add 1f69041  [Part 2] Add geo support  - add a geo aggregate function 
st_union (#5744)
     add b1ab891  [TE] Embed cube algorithm results in email (#5770)
     add 10117ae  Add untar failure server meter (#5768)
     add cb7de23  [TE] Added a backfill start date for Anomaly Detection (#5740)
     add 0fc0811  add user info in url to auth header in HTTP 
getDownloadFileRequest (#5772)
     add 2c0b999  Add segment lineage based segment selector (#5728)
     add 097fce6  Lazy initialization of ForwardIndexReaderContext. (#5781)
     add 32348be  [TE] remove linkedin bintray from pom and add override 
(#5773) (#5775)
     add 31d4194  Avoid redundant merge of empty sketches. (#5783)
     add 271ea9f  Emit server metric when retry attempts exceeded (#5784)
     add a3efba4  Add DistinctCountBitmap aggregation function (#5766)
     add e286991  Add missing null check before closing reader context. (#5785)
     add 0e95a67  Do not apply shade plugin on parent modules (#5761)
     add 47623c0  [TE] Error handling refactor of EntityManagerResource (#5788)
     add c2c623a  Refactor TableCache (#5780)
     add 657e245  Add SegmentPartitionedDistinctCount aggregation function 
(#5786)
     add 81504cd  Bug fix: PinotSegmentToAvroConverter does not handle BYTES 
data type. (#5789)
     add d1b4586  New endpoint to get routing table for sql query (#5791)
     add 999f567  [TE] Guice Injection for Dashboard Server (#5792)
     add bc2a834  - new anomalies endpoint and unit tests
     add d411dcd  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   (9586523)
            \
             N -- N -- N   refs/heads/anomalies-pagination (d411dcd)

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:
 .travis/.travis_te_nightly_build.sh                |   2 +-
 .../broker/api/resources/PinotBrokerDebug.java     |  25 +-
 .../broker/broker/helix/HelixBrokerStarter.java    |  35 +-
 .../requesthandler/BaseBrokerRequestHandler.java   | 166 ++++----
 .../SingleConnectionBrokerRequestHandler.java      |  11 +-
 .../pinot/broker/routing/RoutingManager.java       |  30 +-
 .../SegmentLineageBasedSegmentPreSelector.java     |  61 +++
 ...electorFactory.java => SegmentPreSelector.java} |  30 +-
 ...Factory.java => SegmentPreSelectorFactory.java} |  18 +-
 .../LiteralOnlyBrokerRequestTest.java              |  16 +-
 .../segmentselector/SegmentPreSelectorTest.java    |  98 +++++
 .../common/function/AggregationFunctionType.java   |   6 +
 .../apache/pinot/common/metrics/ServerMeter.java   |   2 +
 .../common/utils/FileUploadDownloadClient.java     |   7 +
 .../pinot/common/utils/helix/TableCache.java       | 362 ++++++++++++------
 .../helix/core/PinotHelixResourceManager.java      |  51 +--
 .../pinot/controller/helix/TableCacheTest.java     | 142 +++++++
 .../org/apache/pinot/core/common/DataFetcher.java  | 104 ++---
 .../apache/pinot/core/common/ObjectSerDeUtils.java |  62 ++-
 ...ava => DistinctCountBitmapValueAggregator.java} |  45 ++-
 .../data/aggregator/ValueAggregatorFactory.java    |   7 +-
 .../pinot/core/geospatial/GeometryUtils.java       |   2 +
 .../query/DictionaryBasedAggregationOperator.java  |   3 +
 .../core/plan/maker/InstancePlanMakerImplV2.java   |   8 +-
 .../function/AggregationFunctionFactory.java       |   8 +
 .../function/AggregationFunctionUtils.java         |  14 +-
 .../function/AggregationFunctionVisitorBase.java   |  12 +
 ...=> DistinctCountBitmapAggregationFunction.java} | 239 +++++++-----
 ... DistinctCountBitmapMVAggregationFunction.java} | 112 +++---
 ...istinctCountThetaSketchAggregationFunction.java |  17 +-
 ...artitionedDistinctCountAggregationFunction.java | 425 +++++++++++++++++++++
 .../function/StUnionAggregationFunction.java       | 140 +++++++
 ...java => DistinctCountBitmapStarTreeV2Test.java} |  16 +-
 ...st.java => DistinctCountBitmapQueriesTest.java} |  45 +--
 ...egmentPartitionedDistinctCountQueriesTest.java} |  40 +-
 ...untQueriesTest.java => StUnionQueriesTest.java} | 171 ++++-----
 .../tests/HybridClusterIntegrationTest.java        |  15 +-
 .../tests/StarTreeClusterIntegrationTest.java      |   3 +-
 .../pinot-batch-ingestion-common/pom.xml           |   1 +
 .../pinot-batch-ingestion-hadoop/pom.xml           |   1 +
 .../pinot-batch-ingestion-spark/pom.xml            |   1 +
 .../pinot-batch-ingestion-standalone/pom.xml       |   1 +
 .../v0_deprecated/pinot-hadoop/pom.xml             |   1 +
 .../v0_deprecated/pinot-ingestion-common/pom.xml   |   1 +
 .../v0_deprecated/pinot-spark/pom.xml              |   1 +
 pinot-plugins/pinot-file-system/pinot-adls/pom.xml |   1 +
 pinot-plugins/pinot-file-system/pinot-gcs/pom.xml  |   1 +
 pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml |   1 +
 pinot-plugins/pinot-file-system/pinot-s3/pom.xml   |   1 +
 .../pinot-input-format/pinot-avro-base/pom.xml     |   1 +
 .../pinot-input-format/pinot-avro/pom.xml          |   1 +
 .../pinot-confluent-avro/pom.xml                   |   1 +
 pinot-plugins/pinot-input-format/pinot-csv/pom.xml |   1 +
 .../pinot-input-format/pinot-json/pom.xml          |   1 +
 pinot-plugins/pinot-input-format/pinot-orc/pom.xml |   1 +
 .../pinot-input-format/pinot-parquet/pom.xml       |   1 +
 .../pinot-input-format/pinot-protobuf/pom.xml      |   1 +
 .../pinot-input-format/pinot-thrift/pom.xml        |   1 +
 .../pinot-stream-ingestion/pinot-kafka-0.9/pom.xml |   1 +
 .../pinot-stream-ingestion/pinot-kafka-2.0/pom.xml |   1 +
 .../pinot-kafka-base/pom.xml                       |   1 +
 pinot-plugins/pom.xml                              |  18 +-
 .../server/starter/helix/HelixServerStarter.java   |  10 +-
 .../starter/helix/SegmentFetcherAndLoader.java     |  60 ++-
 pinot-spi/pom.xml                                  |   4 +
 .../converter/PinotSegmentToAvroConverter.java     |   5 +
 pom.xml                                            |  10 +-
 thirdeye/pom.xml                                   |   7 -
 .../api/application/ApplicationResource.java       |   9 +-
 .../api/user/dashboard/UserDashboardResource.java  |   9 +-
 .../dashboard/RootCauseResourceProvider.java       | 107 ++++++
 .../dashboard/ThirdEyeDashboardApplication.java    | 224 ++++-------
 .../dashboard/ThirdEyeDashboardModule.java         | 217 +++++++++++
 .../resources/AnomalyFlattenResource.java          |   5 +-
 .../dashboard/resources/AnomalyResource.java       |   2 +
 .../dashboard/resources/AutoOnboardResource.java   |  13 +-
 .../resources/BadRequestWebException.java          |  55 +++
 .../resources/CustomizedEventResource.java         |   2 +
 .../dashboard/resources/EntityManagerResource.java |  45 ++-
 .../dashboard/resources/ResourceUtils.java         |  60 +++
 .../dashboard/resources/v2/AnomaliesResource.java  |   2 +
 .../dashboard/resources/v2/ConfigResource.java     |   2 +
 .../resources/v2/DetectionAlertResource.java       |   2 +
 .../dashboard/resources/v2/ResourceUtils.java      |  17 +
 .../resources/v2/RootCauseSessionResource.java     |   2 +
 .../v2/anomalies/AnomalySearchResource.java        |  14 +-
 .../resources/v2/anomalies/AnomalySearcher.java    |  12 +-
 .../datasource/loader/DefaultTimeSeriesLoader.java |   7 +-
 .../thirdeye/detection/yaml/YamlResource.java      |  27 +-
 .../yaml/translator/DetectionConfigTranslator.java |  16 +-
 .../content/templates/MetricAnomaliesContent.java  |   2 +-
 .../detector/metric-anomalies-template.ftl         |  47 +++
 .../restclient/MockThirdEyeRcaRestClient.java      |   1 -
 .../alert/scheme/DetectionEmailAlerterTest.java    |   1 -
 .../templates/TestMetricAnomaliesContent.java      |  48 ++-
 ...rca-highlights-cube-algo-response-rendered.html | 115 ++++++
 ...st-email-rca-highlights-cube-algo-response.json | 149 ++++++++
 .../resources/test-metric-anomalies-template.html  |   1 +
 98 files changed, 2921 insertions(+), 979 deletions(-)
 create mode 100644 
pinot-broker/src/main/java/org/apache/pinot/broker/routing/segmentselector/SegmentLineageBasedSegmentPreSelector.java
 copy 
pinot-broker/src/main/java/org/apache/pinot/broker/routing/segmentselector/{SegmentSelectorFactory.java
 => SegmentPreSelector.java} (60%)
 copy 
pinot-broker/src/main/java/org/apache/pinot/broker/routing/segmentselector/{SegmentSelectorFactory.java
 => SegmentPreSelectorFactory.java} (67%)
 create mode 100644 
pinot-broker/src/test/java/org/apache/pinot/broker/routing/segmentselector/SegmentPreSelectorTest.java
 create mode 100644 
pinot-controller/src/test/java/org/apache/pinot/controller/helix/TableCacheTest.java
 copy 
pinot-core/src/main/java/org/apache/pinot/core/data/aggregator/{PercentileTDigestValueAggregator.java
 => DistinctCountBitmapValueAggregator.java} (56%)
 copy 
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/{DistinctCountAggregationFunction.java
 => DistinctCountBitmapAggregationFunction.java} (55%)
 copy 
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/{DistinctCountMVAggregationFunction.java
 => DistinctCountBitmapMVAggregationFunction.java} (68%)
 create mode 100644 
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/SegmentPartitionedDistinctCountAggregationFunction.java
 create mode 100644 
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/StUnionAggregationFunction.java
 copy 
pinot-core/src/test/java/org/apache/pinot/core/startree/v2/{DistinctCountHLLStarTreeV2Test.java
 => DistinctCountBitmapStarTreeV2Test.java} (70%)
 copy 
pinot-core/src/test/java/org/apache/pinot/queries/{DistinctCountQueriesTest.java
 => DistinctCountBitmapQueriesTest.java} (83%)
 copy 
pinot-core/src/test/java/org/apache/pinot/queries/{DistinctCountQueriesTest.java
 => SegmentPartitionedDistinctCountQueriesTest.java} (85%)
 copy 
pinot-core/src/test/java/org/apache/pinot/queries/{DistinctCountQueriesTest.java
 => StUnionQueriesTest.java} (59%)
 create mode 100644 
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/dashboard/RootCauseResourceProvider.java
 create mode 100644 
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/dashboard/ThirdEyeDashboardModule.java
 create mode 100644 
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/dashboard/resources/BadRequestWebException.java
 create mode 100644 
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/dashboard/resources/ResourceUtils.java
 create mode 100644 
thirdeye/thirdeye-pinot/src/test/resources/test-email-rca-highlights-cube-algo-response-rendered.html
 create mode 100644 
thirdeye/thirdeye-pinot/src/test/resources/test-email-rca-highlights-cube-algo-response.json


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

Reply via email to