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 2024/02/01 17:00:54 UTC

(pinot) branch master updated (76379fb86a -> a8b1fa3dce)

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 76379fb86a making nonLeaderForTables exhaustive (#12345)
     add a8b1fa3dce Maintain pool selection for the minimizeDataMovement instance partition assignment strategy (#11953)

No new revisions were added by this update.

Summary of changes:
 .../assignment/InstanceAssignmentConfigUtils.java  |   2 +-
 .../common/utils/config/TableConfigSerDeTest.java  |   2 +-
 .../instance/FDAwareInstancePartitionSelector.java |  11 +-
 .../instance/InstanceAssignmentDriver.java         |  10 +-
 .../instance/InstancePartitionSelector.java        |   8 +-
 .../instance/InstancePartitionSelectorFactory.java |  18 +-
 .../InstanceReplicaGroupPartitionSelector.java     | 681 +++++++++++++--------
 .../instance/InstanceTagPoolSelector.java          |  61 +-
 .../MirrorServerSetInstancePartitionSelector.java  |   4 +-
 ...anceAssignmentRestletResourceStatelessTest.java |   6 +-
 .../instance/InstanceAssignmentTest.java           | 236 +++++--
 .../InstanceReplicaGroupPartitionSelectorTest.java | 185 ++++--
 .../TableRebalancerClusterStatelessTest.java       |   4 +-
 .../table/assignment/InstanceAssignmentConfig.java |  16 +-
 .../InstanceReplicaGroupPartitionConfig.java       |   2 +
 15 files changed, 832 insertions(+), 414 deletions(-)


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