This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch netty_release
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard a0198a1 Fix the potential resource leak from NettyServer
add 31d916f [TE] Adding Entity GroupKey Anomalies Email Reporter (#4433)
add db5923c Clean up the ServerInstance class and remove the un-necessary
ip address stored (#4438)
add 260aedf Fix the potential resource leak from NettyServer
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 (a0198a1)
\
N -- N -- N refs/heads/netty_release (260aedf)
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:
.../broker/helix/LiveInstanceChangeHandler.java | 6 +-
.../pinot/common/response/ServerInstance.java | 180 ++++++++-------------
.../server/request/ScheduledRequestHandler.java | 8 +-
.../request/ScheduledRequestHandlerTest.java | 16 +-
.../apache/pinot/transport/netty/NettyServer.java | 7 +-
.../pinot/transport/common/ServerInstanceTest.java | 65 +++-----
.../pinot/transport/netty/NettyTestUtils.java | 3 +-
.../transport/perf/ScatterGatherPerfServer.java | 3 +-
.../transport/scattergather/ScatterGatherTest.java | 2 +-
.../alert/content/BaseEmailContentFormatter.java | 87 +++++++---
.../content/EntityGroupByContentFormatter.java | 147 +++++++++++++++++
...HierarchicalAnomaliesEmailContentFormatter.java | 1 +
.../MetricAnomaliesEmailContentFormatter.java | 2 +
...nboardingNotificationEmailContentFormatter.java | 1 +
.../dashboard/resources/v2/AnomaliesResource.java | 24 ++-
.../thirdeye/detection/DefaultDataProvider.java | 2 +-
.../alert/scheme/DetectionEmailAlerter.java | 4 +-
.../wrapper/ChildKeepingMergeWrapper.java | 16 +-
.../thirdeye/detection/wrapper/GrouperWrapper.java | 2 +-
.../detector/entity-groupby-anomaly-report.ftl | 97 +++++++++++
.../alert/content/ContentFormatterUtils.java | 48 ++++++
...=> TestEntityGroupByEmailContentFormatter.java} | 136 +++++++++-------
...HierarchicalAnomaliesEmailContentFormatter.java | 20 +--
.../TestMetricAnomaliesEmailContentFormatter.java | 20 +--
...TestOnboardingNotificationContentFormatter.java | 20 +--
.../pinot/thirdeye/datalayer/DaoTestUtils.java | 13 ++
.../thirdeye/detection/yaml/YamlResourceTest.java | 2 +-
.../tools/RunAdhocDatabaseQueriesTool.java | 33 +++-
.../detection/yaml/alertconfig/alert-config-5.yaml | 2 +-
...st-entity-groupby-email-content-formatter.html} | 81 +++++-----
30 files changed, 652 insertions(+), 396 deletions(-)
create mode 100644
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/alert/content/EntityGroupByContentFormatter.java
create mode 100644
thirdeye/thirdeye-pinot/src/main/resources/org/apache/pinot/thirdeye/detector/entity-groupby-anomaly-report.ftl
create mode 100644
thirdeye/thirdeye-pinot/src/test/java/org/apache/pinot/thirdeye/alert/content/ContentFormatterUtils.java
copy
thirdeye/thirdeye-pinot/src/test/java/org/apache/pinot/thirdeye/alert/content/{TestMetricAnomaliesEmailContentFormatter.java
=> TestEntityGroupByEmailContentFormatter.java} (59%)
copy
thirdeye/thirdeye-pinot/src/test/resources/{test-metric-anomalies-template.html
=> test-entity-groupby-email-content-formatter.html} (60%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]