This is an automated email from the ASF dual-hosted git repository. somandal pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 3d4905ac8ef Reduce reflection overhead of ByteBufferUtil::newDirectByteBuffer (#15878) add be4c4533a52 Tenant Rebalance API Improvement (#15891) No new revisions were added by this update. Summary of changes: .../common/utils/config/TableConfigUtils.java | 38 +++ .../api/resources/PinotTenantRestletResource.java | 103 +++++-- .../helix/core/rebalance/RebalanceConfig.java | 4 +- .../helix/core/rebalance/TableRebalancer.java | 45 +-- .../rebalance/tenant/DefaultTenantRebalancer.java | 140 ++++++++- .../rebalance/tenant/TenantRebalanceConfig.java | 42 ++- .../rebalance/tenant/TenantRebalanceResult.java | 9 + .../core/rebalance/tenant/TenantRebalancer.java | 1 + .../rebalance/tenant/TenantRebalancerTest.java | 325 ++++++++++++++++++++- .../tests/TenantRebalanceIntegrationTest.java | 167 +++++++++++ 10 files changed, 799 insertions(+), 75 deletions(-) create mode 100644 pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TenantRebalanceIntegrationTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org