You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ne...@apache.org on 2019/11/14 22:58:16 UTC

[incubator-pinot] branch helix_091_release_branch updated (65dd1f4 -> d8418b8)

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

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


 discard 65dd1f4  For internal release purposes, upgrade helix to 0.9.1
     add 3ffbab9  [TE][notification] Minor cleaning up of the jira related code (#4814)
     add 1f79d29  Bug Fix: Fix segment download url in SegmentZkMetadata. (#4825)
     add d764ea6  Enhance table rebalance rest API argument check (#4824)
     add 648d02a  Replace ServerInstance with ServerRoutingInstance for Broker scatter-gather (#4817)
     add eb45b43  [TE] add event driven scheduler (#4777)
     new d8418b8  For internal release purposes, upgrade helix to 0.9.1

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   (65dd1f4)
            \
             N -- N -- N   refs/heads/helix_091_release_branch (d8418b8)

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 1 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:
 .../ConnectionPoolBrokerRequestHandler.java        |  15 +-
 .../SingleConnectionBrokerRequestHandler.java      |  19 +-
 .../apache/pinot/common/query/ReduceService.java   |  49 -----
 .../pinot/common/query/ReduceServiceRegistry.java  |  70 ------
 .../org/apache/pinot/common/utils/HashUtil.java    |  11 +-
 .../PinotSegmentUploadRestletResource.java         |   8 +-
 .../api/resources/PinotTableRestletResource.java   |  26 +--
 .../helix/core/rebalance/TableRebalancer.java      |   3 +-
 .../core/query/reduce/BrokerReduceService.java     |  89 ++++----
 .../query/selection/SelectionOperatorService.java  |  11 +-
 .../query/selection/SelectionOperatorUtils.java    |  12 +-
 .../pinot/core/transport/AsyncQueryResponse.java   |  27 +--
 .../pinot/core/transport/DataTableHandler.java     |  23 +-
 .../apache/pinot/core/transport/QueryRouter.java   |  31 +--
 .../pinot/core/transport/ServerChannels.java       |  18 +-
 .../pinot/core/transport/ServerResponse.java       |   2 +-
 .../{Server.java => ServerRoutingInstance.java}    |  70 +++---
 .../pinot/core/transport/QueryRouterTest.java      |  46 ++--
 .../org/apache/pinot/queries/BaseQueriesTest.java  |  13 +-
 .../anomaly/ThirdEyeAnomalyApplication.java        |  12 +-
 .../anomaly/ThirdEyeAnomalyConfiguration.java      |  35 +--
 .../DataAvailabilityEventListenerDriver.java       |   6 +-
 .../trigger/DataAvailabilityTaskScheduler.java     | 217 +++++++++++++++++++
 ...> DataAvailabilitySchedulingConfiguration.java} |  23 +-
 .../trigger/utils/DatasetTriggerInfoRepo.java      |  37 +---
 .../pinot/thirdeye/anomaly/task/TaskDriver.java    |  17 +-
 .../anomaly/utils/ThirdeyeMetricsUtil.java         |   6 +
 .../pinot/thirdeye/datalayer/bao/TaskManager.java  |   8 +-
 .../datalayer/bao/jdbc/TaskManagerImpl.java        |  36 +++-
 .../datalayer/pojo/DetectionConfigBean.java        |  22 +-
 .../detection/DetectionPipelineScheduler.java      |  16 +-
 .../thirdeye/notification/commons/JiraEntity.java  |  13 +-
 .../notification/commons/ThirdEyeJiraClient.java   |  45 ++--
 .../formatter/channels/JiraContentFormatter.java   |  93 ++++----
 .../apache/pinot/thirdeye/util/ThirdEyeUtils.java  |  31 ++-
 .../trigger/DataAvailabilityEventListenerTest.java |  17 +-
 .../trigger/DataAvailabilityTaskSchedulerTest.java | 234 +++++++++++++++++++++
 .../trigger/DatasetTriggerInfoRepoTest.java        |  17 +-
 .../datalayer/bao/TestAnomalyTaskManager.java      |   5 +-
 39 files changed, 964 insertions(+), 469 deletions(-)
 delete mode 100644 pinot-common/src/main/java/org/apache/pinot/common/query/ReduceService.java
 delete mode 100644 pinot-common/src/main/java/org/apache/pinot/common/query/ReduceServiceRegistry.java
 rename pinot-core/src/main/java/org/apache/pinot/core/transport/{Server.java => ServerRoutingInstance.java} (53%)
 create mode 100644 thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/anomaly/detection/trigger/DataAvailabilityTaskScheduler.java
 rename thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/anomaly/detection/trigger/utils/{DataAvailabilityListenerConfiguration.java => DataAvailabilitySchedulingConfiguration.java} (84%)
 create mode 100644 thirdeye/thirdeye-pinot/src/test/java/org/apache/pinot/thirdeye/anomaly/detection/trigger/DataAvailabilityTaskSchedulerTest.java


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


[incubator-pinot] 01/01: For internal release purposes, upgrade helix to 0.9.1

Posted by ne...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nehapawar pushed a commit to branch helix_091_release_branch
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit d8418b8f2da0116459ff7d5e2622f2244a39a157
Author: Neha Pawar <np...@linkedin.com>
AuthorDate: Thu Nov 14 09:30:38 2019 -0800

    For internal release purposes, upgrade helix to 0.9.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c5a64f1..2a6ec97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
     <!-- Configuration for unit/integration tests section 1 of 3 (properties) ENDS HERE.-->
     <avro.version>1.7.6</avro.version>
     <parquet.version>1.8.0</parquet.version>
-    <helix.version>0.8.4</helix.version>
+    <helix.version>0.9.1</helix.version>
     <zkclient.version>0.7</zkclient.version>
     <jackson.version>2.9.8</jackson.version>
     <async-http-client.version>1.9.21</async-http-client.version>


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