This is an automated email from the ASF dual-hosted git repository.
jiajunwang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git.
from bf85e79 [helix-rest] Delete unused default namespace (api
"/namespaces/default") (#449)
add afcfe80 Filter instances of weight = 0 for any partition assignment
(#369)
No new revisions were added by this update.
Summary of changes:
.../AbstractEvenDistributionRebalanceStrategy.java | 26 +-
.../CardDealingAdjustmentAlgorithmV2.java | 25 +-
.../stages/BestPossibleStateCalcStage.java | 3 +-
.../helix/controller/strategy/TestTopology.java | 1 +
.../TestCardDealingAdjustmentAlgorithmV2.java | 455 +++++++++++++++++++++
5 files changed, 503 insertions(+), 7 deletions(-)
create mode 100644
helix-core/src/test/java/org/apache/helix/controller/strategy/crushMapping/TestCardDealingAdjustmentAlgorithmV2.java