You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2022/10/27 23:51:17 UTC

[pinot] branch master updated (5a38fada37 -> cef0dfc81e)

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

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


    from 5a38fada37 stateless group marker missing several (#9673)
     add cef0dfc81e Support reloading consuming segment using force commit (#9640)

No new revisions were added by this update.

Summary of changes:
 .../manager/realtime/RealtimeTableDataManager.java |  2 +-
 .../tests/BaseClusterIntegrationTest.java          |  2 +-
 .../AggregateMetricsClusterIntegrationTest.java    |  6 --
 ...ava => BaseRealtimeClusterIntegrationTest.java} |  2 +-
 .../ControllerPeriodicTasksIntegrationTest.java    |  5 --
 .../integration/tests/DedupIntegrationTest.java    |  5 --
 ...tlyOnceKafkaRealtimeClusterIntegrationTest.java |  7 +--
 ...ConsumerHLCRealtimeClusterIntegrationTest.java} |  2 +-
 .../tests/HLCRealtimeClusterIntegrationTest.java   | 14 ++---
 .../tests/HybridClusterIntegrationTest.java        | 32 ++++------
 ...ssageDecoderRealtimeClusterIntegrationTest.java |  7 +--
 .../tests/LLCRealtimeClusterIntegrationTest.java   | 31 +++++-----
 ...rDownloadLLCRealtimeClusterIntegrationTest.java |  7 +--
 ...fflineSegmentsMinionClusterIntegrationTest.java |  7 +--
 .../tests/SegmentCompletionIntegrationTest.java    |  5 --
 ...PartitionLLCRealtimeClusterIntegrationTest.java |  5 --
 .../TextIndicesRealtimeClusterIntegrationTest.java |  6 --
 .../integration/tests/TlsIntegrationTest.java      |  5 --
 .../UpsertTableSegmentUploadIntegrationTest.java   |  5 --
 .../tests/UrlAuthRealtimeIntegrationTest.java      |  5 --
 .../local/data/manager/SegmentDataManager.java     |  6 +-
 .../indexsegment/mutable/MutableSegmentImpl.java   | 45 ++++----------
 .../VirtualColumnProviderFactory.java              |  8 +--
 .../starter/helix/HelixInstanceDataManager.java    | 56 +++++++----------
 .../helix/HelixInstanceDataManagerTest.java        | 70 ----------------------
 25 files changed, 71 insertions(+), 274 deletions(-)
 rename pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/{RealtimeClusterIntegrationTest.java => BaseRealtimeClusterIntegrationTest.java} (98%)
 rename pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/{FlakyConsumerRealtimeClusterIntegrationTest.java => FlakyConsumerHLCRealtimeClusterIntegrationTest.java} (97%)
 copy pinot-spi/src/main/java/org/apache/pinot/spi/env/SystemEnvironment.java => pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/HLCRealtimeClusterIntegrationTest.java (77%)
 delete mode 100644 pinot-server/src/test/java/org/apache/pinot/server/starter/helix/HelixInstanceDataManagerTest.java


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