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 aa653c139f Upgrade Helix to 1.0.2 add c0309a2737 Expose instance config and starter in ClusterTest for easier extension (#8510) add 3556e7149e Improve segment metadata fetch API (#8128) add bb46e466af Fixing the bug of missing dot to extract sub props from ingestion job filesytem spec and minion segmentNameGeneratorSpec (#8511) add 67e49969ba 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 (aa653c139f) \ N -- N -- N refs/heads/helix-1.0 (67e49969ba) 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: .../api/resources/PinotSegmentRestletResource.java | 15 ++-- .../pinot/controller/util/FileIngestionHelper.java | 2 +- .../api/PinotSegmentRestletResourceTest.java | 15 ++++ .../pinot/controller/helix/ControllerTest.java | 68 +++++++++--------- .../pinot/integration/tests/ClusterTest.java | 81 ++++++++++++---------- .../tests/BaseClusterIntegrationTestSet.java | 8 +-- .../MultiNodesOfflineClusterIntegrationTest.java | 4 +- .../SegmentGenerationAndPushTaskExecutor.java | 6 +- 8 files changed, 110 insertions(+), 89 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org