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/06/01 20:13:00 UTC

[pinot] branch helix-1.0 updated (4c70ad51ac -> 55af559d7e)

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


    omit 4c70ad51ac Upgrade Helix to 1.0.3
     add a359c49787 Optimize ColumnValueSegmentPruner by caching value hashes (#8766)
     add b6ed91458e Default turn on grpc server endpoint (#8795)
     add 55fbd011e9 [DEBUG] more debug msg to debug flaky test case (#8807)
     add b597226592 Shade Hadoop Dependencies (#8798)
     add 9abf15fd6d Fix metadata push mode in IngestionUtils (#8802)
     add ae392432c4 Allow table name with dots by a PinotConfiguration switch (#8713)
     add 4269bfdeaa allow up to 4GB per bitmap index (#8796)
     add 07b3ee639c Add segment replace api failure metrics. (#8784)
     add 55af559d7e Upgrade Helix to 1.0.3

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   (4c70ad51ac)
            \
             N -- N -- N   refs/heads/helix-1.0 (55af559d7e)

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:
 .../requesthandler/BaseBrokerRequestHandler.java   |  92 +++-----
 .../BaseBrokerRequestHandlerTest.java              | 159 +++++++++++++
 .../pinot/common/config/provider/TableCache.java   |  20 +-
 .../pinot/common/metrics/ControllerMeter.java      |   4 +
 .../PinotSegmentUploadDownloadRestletResource.java |  51 ++---
 .../api/resources/PinotTableRestletResource.java   |   8 +-
 .../api/resources/TableConfigsRestletResource.java |   9 +-
 .../helix/core/PinotHelixResourceManager.java      | 254 ++++++++++-----------
 .../query/pruner/ColumnValueSegmentPruner.java     | 162 ++++++++++---
 .../query/pruner/ColumnValueSegmentPrunerTest.java | 100 +++++---
 pinot-distribution/pom.xml                         |   4 +
 .../tests/OfflineClusterIntegrationTest.java       |  14 +-
 .../tests/OfflineGRPCServerIntegrationTest.java    |   6 -
 .../OfflineSecureGRPCServerIntegrationTest.java    |   1 -
 .../apache/pinot/perf/BenchmarkBloomFilter.java    | 154 +++++++++++++
 ...java => BenchmarkColumnValueSegmentPruner.java} | 173 ++++----------
 pinot-plugins/pom.xml                              |   4 +
 .../immutable/ImmutableSegmentImpl.java            |  18 +-
 .../impl/inv/BitmapInvertedIndexWriter.java        |  16 +-
 .../index/readers/BitmapInvertedIndexReader.java   |  15 +-
 .../readers/bloom/GuavaBloomFilterReaderUtils.java |  28 +++
 .../pinot/segment/local/utils/IngestionUtils.java  |   2 +-
 .../segment/local/utils/TableConfigUtils.java      |  18 +-
 .../segment/local/utils/TableConfigUtilsTest.java  |  20 +-
 .../apache/pinot/spi/utils/CommonConstants.java    |   4 +-
 25 files changed, 882 insertions(+), 454 deletions(-)
 create mode 100644 pinot-broker/src/test/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandlerTest.java
 create mode 100644 pinot-perf/src/main/java/org/apache/pinot/perf/BenchmarkBloomFilter.java
 copy pinot-perf/src/main/java/org/apache/pinot/perf/{BenchmarkQueries.java => BenchmarkColumnValueSegmentPruner.java} (56%)


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