You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2022/03/26 00:55:17 UTC

[pinot] branch helix-1.0 updated (9465977 -> def58dc)

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

jlli pushed a change to branch helix-1.0
in repository https://gitbox.apache.org/repos/asf/pinot.git.


 discard 9465977  Upgrade Helix to 1.0.2
     add 54db091  builtin datetime functions to avoid throwing NullPointerException when input value is null (#8382)
     add e02bdda  New Pinot byte metrics for compressed tar.gz and table size w/o replicas (#8358)
     add ec95df4  use lower level Joda API in transform function for 10-15% performance boost (#8414)
     add bf70c65  Make maven build in parallel mode during docker image build (#8415)
     add 515f7a2  Fix the flaky DistinctCountQueriesTest (#8416)
     add def58dc  Upgrade Helix to 1.0.2

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   (9465977)
            \
             N -- N -- N   refs/heads/helix-1.0 (def58dc)

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:
 docker/images/pinot/Dockerfile                     |  2 +-
 .../etc/jmx_prometheus_javaagent/configs/pinot.yml | 15 ++++
 .../broker/broker/HelixBrokerStarterTest.java      |  2 +-
 .../apache/pinot/common/function/FunctionInfo.java |  8 +-
 .../pinot/common/function/FunctionRegistry.java    | 13 +--
 .../common/function/scalar/JsonFunctions.java      | 27 +++---
 .../common/metadata/segment/SegmentZKMetadata.java |  8 ++
 .../pinot/common/metrics/ControllerGauge.java      | 10 +++
 .../pinot/common/function/JsonFunctionsTest.java   |  2 +-
 .../pinot/controller/BaseControllerStarter.java    |  3 +-
 .../apache/pinot/controller/ControllerConf.java    |  2 +-
 .../PinotSegmentUploadDownloadRestletResource.java | 21 +++--
 .../pinot/controller/api/upload/ZKOperator.java    | 20 +++--
 .../controller/helix/SegmentStatusChecker.java     | 35 +++++++-
 .../helix/core/PinotHelixResourceManager.java      | 30 ++++++-
 .../pinot/controller/util/TableSizeReader.java     | 39 +++++----
 .../controller/validation/StorageQuotaChecker.java | 14 +---
 .../pinot/controller/api/TableSizeReaderTest.java  | 68 +++++++++++-----
 .../controller/api/upload/ZKOperatorTest.java      | 16 ++--
 .../controller/helix/SegmentStatusCheckerTest.java | 95 +++++++++++++++++++---
 .../validation/StorageQuotaCheckerTest.java        |  7 +-
 .../validation/ValidationManagerTest.java          |  3 +-
 .../function/DateTimeTransformFunction.java        | 48 +++++++----
 .../core/data/function/DateTimeFunctionsTest.java  | 19 ++++-
 .../function/InbuiltFunctionEvaluatorTest.java     | 33 ++++----
 .../pinot/queries/DistinctCountQueriesTest.java    | 17 ++--
 .../org/apache/pinot/perf/BenchmarkQueries.java    |  6 +-
 .../local/function/InbuiltFunctionEvaluator.java   | 20 +++++
 .../pinot/spi/annotations/ScalarFunction.java      |  3 +
 .../apache/pinot/spi/utils/CommonConstants.java    |  1 +
 30 files changed, 431 insertions(+), 156 deletions(-)

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