This is an automated email from the ASF dual-hosted git repository. yashmayya pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from d1fe1fc5fd [testing] Enhancing integration test support for authentication flows (#16105) add 0b79b1b87b Force Commit Consuming Segments Before Moved during Table Rebalance (#16096) No new revisions were added by this update. Summary of changes: .../api/resources/ForceCommitBatchConfig.java | 3 + .../api/resources/PinotRealtimeTableResource.java | 27 +- .../api/resources/PinotTableRestletResource.java | 16 ++ .../realtime/PinotLLCRealtimeSegmentManager.java | 10 +- .../helix/core/rebalance/RebalanceConfig.java | 74 +++++- .../core/rebalance/TableRebalanceManager.java | 2 +- .../core/rebalance/TableRebalanceObserver.java | 22 ++ .../rebalance/TableRebalanceProgressStats.java | 23 +- .../helix/core/rebalance/TableRebalancer.java | 274 +++++++++++++++------ .../rebalance/ZkBasedTableRebalanceObserver.java | 23 ++ .../RebalanceServer/RebalanceServerOptions.ts | 32 ++- .../TableRebalancerClusterStatelessTest.java | 116 +++++++-- .../tests/BaseClusterIntegrationTestSet.java | 148 +++++++++++ .../tests/BasePauselessRealtimeIngestionTest.java | 8 +- .../tests/TableRebalanceIntegrationTest.java | 259 ++++++++++++------- .../TableRebalancePauselessIntegrationTest.java | 191 ++++++++++++++ .../utils/builder/ControllerRequestURLBuilder.java | 4 + .../apache/pinot/tools/PinotTableRebalancer.java | 2 +- 18 files changed, 1031 insertions(+), 203 deletions(-) create mode 100644 pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TableRebalancePauselessIntegrationTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org