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

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


 discard 5fa66e9  Create leadControllerResource in Helix cluster
     new 35f058c  [TE] Reduce log for data insufficient exception. (#4026)
     new 823c801  [TE] do not automatically onboard millisecond level dataset 
(#4033)
     new 6c71c24  [TE] filter out anomalies in the future (#4038)
     new e032ebf  Add more logs to ServiceStatus (#4037)
     new 046578f  [TE] Add early terminate in detection loop (#4042)
     new 55839b4  [TE] frontend - harleyjj/alert-overview - handle infinity 
value in anomalies (#4043)
     new 202009f  Use hex string as the representation of byte array for 
queries (#4041)
     new c7450ab  Make SingleConnectionBrokerRequestHandler as default (#4048)
     new 501eeaf  [TE] Display preview running window; Show warning before 
preview (#4050)
     new 153c52d  [TE] Speed up minute level detection (#4053)
     new b2c8aed  [TE] frontend - harleyjj/preview - restrict time range for 
yaml/preview to present (#4044)
     new aaef725   Handle exceptions during teardown (#4055)
     new 4495688  Create leadControllerResource in Helix cluster

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   (5fa66e9)
            \
             N -- N -- N   refs/heads/create-lead-controller-resource (4495688)

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.

The 5907 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../pinot/broker/broker/BrokerServerBuilder.java   |  13 +-
 .../apache/pinot/common/config/TagNameUtils.java   |   6 +
 .../apache/pinot/common/utils/ServiceStatus.java   | 140 ++++++++++++++-------
 .../dictionary/BytesOffHeapMutableDictionary.java  |  33 ++++-
 .../dictionary/BytesOnHeapMutableDictionary.java   |  35 +++++-
 .../impl/dictionary/MutableDictionaryTest.java     |   4 +-
 .../pinot/integration/tests/ClusterTest.java       |  19 ++-
 .../app/pods/components/alert-details/component.js |  30 ++++-
 .../app/pods/components/alert-details/template.hbs |  20 ++-
 .../pinot/thirdeye/anomaly/task/TaskDriver.java    |   4 +-
 .../onboard/AutoOnboardPinotMetadataSource.java    |  34 ++---
 .../thirdeye/auto/onboard/ConfigGenerator.java     |   4 +-
 .../pinot/thirdeye/detection/alert/AlertUtils.java |   3 -
 .../detection/wrapper/AnomalyDetectorWrapper.java  |  83 ++++++++----
 14 files changed, 311 insertions(+), 117 deletions(-)


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

Reply via email to