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

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


 discard 4a739b1  Adding Pinot Cluster Config API in controller and 
corresponding PinotAdmin Commands
     add 9c65deb  Reduce the non-determinism in lucene integration test (#5077)
     add 94122e8  [TE] frontend - harleyjj/alerts - update application filter 
for many-to-many relationship (#5062)
     add 884af43  [TE] Remove fromAddress as a compulsory field from 
subscription group (#5078)
     add 4779341  Disbale text query realtime integration test (#5079)
     add 3c78a8c  [TE] add initial delay upon receiving events in scheduling 
(#5060)
     add c613f46  [TE] Adjust dectection window using expected delay (#5059)
     add 7dfc5c1  Adding quickstart into Pinot admin command (#5080)
     add 183d810  Adding Pinot Cluster Config API in controller and 
corresponding PinotAdmin Commands

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   (4a739b1)
            \
             N -- N -- N   refs/heads/adding_cluster_config_ops (183d810)

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:
 .../LuceneRealtimeClusterIntegrationTest.java      |  9 ++-
 .../org/apache/pinot/tools/HybridQuickstart.java   |  3 -
 .../java/org/apache/pinot/tools/Quickstart.java    |  2 -
 .../org/apache/pinot/tools/RealtimeQuickStart.java |  3 -
 .../pinot/tools/admin/PinotAdministrator.java      |  2 +
 ...stionJobCommand.java => QuickStartCommand.java} | 65 ++++++++++++++--------
 .../app/pods/manage/alerts/index/controller.js     | 20 ++++++-
 .../app/pods/manage/alerts/index/route.js          | 12 +++-
 .../anomaly/ThirdEyeAnomalyApplication.java        |  3 +-
 .../trigger/DataAvailabilityTaskScheduler.java     | 29 +++++-----
 .../DataAvailabilitySchedulingConfiguration.java   | 10 ++++
 .../trigger/utils/DatasetTriggerInfoRepo.java      |  2 +-
 .../thirdeye/datalayer/pojo/DatasetConfigBean.java |  6 +-
 .../thirdeye/detection/DetectionPipelineJob.java   | 11 ----
 .../apache/pinot/thirdeye/detection/TaskUtils.java | 11 +++-
 .../detection/alert/DetectionAlertTaskRunner.java  | 11 ----
 .../alert/scheme/DetectionEmailAlerter.java        | 10 +++-
 .../validators/SubscriptionConfigValidator.java    |  1 -
 .../formatter/DetectionConfigFormatter.java        | 12 +++-
 .../apache/pinot/thirdeye/util/ThirdEyeUtils.java  | 22 ++++++++
 .../trigger/DataAvailabilityTaskSchedulerTest.java | 35 +++++++++---
 21 files changed, 184 insertions(+), 95 deletions(-)
 copy 
pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/{LaunchDataIngestionJobCommand.java
 => QuickStartCommand.java} (54%)


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

Reply via email to