This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch distinct-count-bitmap
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 20b6ec5 Add DistinctCountBitmap aggregation function
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 1a4405f Add DistinctCountBitmap aggregation function
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 (20b6ec5)
\
N -- N -- N refs/heads/distinct-count-bitmap (1a4405f)
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 +-
.../pinot/broker/routing/RoutingManager.java | 30 +++--
.../SegmentLineageBasedSegmentPreSelector.java | 61 +++++++++
...electorFactory.java => SegmentPreSelector.java} | 30 +++--
...Factory.java => SegmentPreSelectorFactory.java} | 18 +--
.../segmentselector/SegmentPreSelectorTest.java | 98 ++++++++++++++
.../apache/pinot/common/metrics/ServerMeter.java | 1 +
.../common/utils/FileUploadDownloadClient.java | 7 +
.../org/apache/pinot/core/common/DataFetcher.java | 94 +++++++------
.../DistinctCountBitmapAggregationFunction.java | 8 +-
.../DistinctCountBitmapMVAggregationFunction.java | 5 +
...istinctCountThetaSketchAggregationFunction.java | 17 ++-
...st.java => DistinctCountBitmapQueriesTest.java} | 45 +++----
.../server/starter/helix/HelixServerStarter.java | 10 +-
.../starter/helix/SegmentFetcherAndLoader.java | 34 +++--
thirdeye/pom.xml | 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 +
26 files changed, 719 insertions(+), 155 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
copy
pinot-core/src/test/java/org/apache/pinot/queries/{DistinctCountQueriesTest.java
=> DistinctCountBitmapQueriesTest.java} (83%)
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]