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 2021/11/10 01:36:53 UTC

[pinot] branch master updated (920093a -> c9ba48e)

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

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


    from 920093a  Disable RealtimeKinesisIntegrationTest until the Localstack is fixed (#7735)
     add c9ba48e  Separate SegmentDirectoryLoader and tierBackend concepts (#7737)

No new revisions were added by this update.

Summary of changes:
 .../pinot/common/tier/PinotServerTierStorage.java  |  34 +++-
 .../java/org/apache/pinot/common/tier/Tier.java    |   5 +
 .../org/apache/pinot/common/tier/TierFactory.java  |   3 +-
 .../common/tier/TimeBasedTierSegmentSelector.java  |   5 +
 .../pinot/common/utils/config/TierConfigUtils.java |  12 ++
 .../pinot/common/tier/TierConfigUtilsTest.java     |  39 +++--
 .../common/utils/config/TableConfigSerDeTest.java  |   4 +-
 .../helix/core/rebalance/TableRebalancer.java      |   2 +-
 ...NonReplicaGroupTieredSegmentAssignmentTest.java |  13 +-
 ...NonReplicaGroupTieredSegmentAssignmentTest.java |  13 +-
 .../TableRebalancerClusterStatelessTest.java       |   5 +-
 .../pinot/core/minion/SegmentPurgerTest.java       |   9 +-
 .../pinot/perf/BenchmarkOfflineIndexReader.java    |   9 +-
 .../immutable/ImmutableSegmentLoader.java          |  33 ++--
 ...der.java => DefaultSegmentDirectoryLoader.java} |  14 +-
 .../converter/SegmentV1V2ToV3FormatConverter.java  |  13 +-
 .../segment/index/loader/IndexLoadingConfig.java   |  28 ++--
 .../segment/index/creator/RawIndexCreatorTest.java |   8 +-
 .../SegmentGenerationWithBytesTypeTest.java        |   8 +-
 .../local/segment/index/loader/LoaderTest.java     |  17 +-
 .../index/loader/SegmentPreProcessorTest.java      | 123 +++++++-------
 .../segment/local/utils/TableConfigUtilsTest.java  | 185 +++++++++------------
 .../spi/loader/SegmentDirectoryLoaderContext.java  |   8 +-
 .../spi/loader/SegmentDirectoryLoaderRegistry.java |  33 ++--
 .../helix/HelixInstanceDataManagerConfig.java      |  27 +--
 .../config/instance/InstanceDataManagerConfig.java |   4 +-
 .../apache/pinot/spi/config/table/TierConfig.java  |  27 ++-
 27 files changed, 366 insertions(+), 315 deletions(-)
 rename pinot-segment-local/src/main/java/org/apache/pinot/segment/local/loader/{LocalSegmentDirectoryLoader.java => DefaultSegmentDirectoryLoader.java} (82%)

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