This is an automated email from the ASF dual-hosted git repository.
jiajunwang pushed a change to branch wagedRebalancer
in repository https://gitbox.apache.org/repos/asf/helix.git.
from 1b4457d Add delayed rebalance and user-defined preference list
features to the WAGED rebalancer. (#456)
new aae2e93 Enable maintenance mode for the WAGED rebalancer.
new 3ac3b22 Adjust the topology processing logic for instance to ensure
backward compatibility.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../ConstraintBasedAlgorithmFactory.java | 19 +-
.../rebalancer/waged/model/AssignableNode.java | 52 ++--
.../stages/BestPossibleStateCalcStage.java | 20 +-
.../rebalancer/waged/model/TestAssignableNode.java | 15 +-
.../TestPartitionMigrationBase.java | 15 +-
.../PartitionMigration/TestWagedExpandCluster.java | 65 +++++
.../TestWagedRebalancerMigration.java | 108 ++++++++
.../rebalancer/WagedRebalancer/TestNodeSwap.java | 291 +++++++++++++++++++++
8 files changed, 528 insertions(+), 57 deletions(-)
create mode 100644
helix-core/src/test/java/org/apache/helix/integration/rebalancer/PartitionMigration/TestWagedExpandCluster.java
create mode 100644
helix-core/src/test/java/org/apache/helix/integration/rebalancer/PartitionMigration/TestWagedRebalancerMigration.java
create mode 100644
helix-core/src/test/java/org/apache/helix/integration/rebalancer/WagedRebalancer/TestNodeSwap.java