You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ji...@apache.org on 2019/10/25 19:21:19 UTC

[helix] branch wagedRebalancer updated (f9fa37b -> 9c5d349)

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 f9fa37b  Implement monitoring mbeans for the WAGED rebalancer. (#525)
     add 9c5d349  Refine the rebalance scope calculating logic in the WAGED rebalancer. (#519)

No new revisions were added by this update.

Summary of changes:
 .../changedetector/ResourceChangeDetector.java     | 22 +++++----
 .../changedetector/ResourceChangeSnapshot.java     | 53 ++++++++++++++++++----
 .../rebalancer/waged/WagedRebalancer.java          |  5 +-
 .../waged/model/ClusterModelProvider.java          | 30 ++++++++----
 .../changedetector/TestResourceChangeDetector.java | 45 ++++++++++++++++++
 .../rebalancer/waged/TestWagedRebalancer.java      | 16 +++----
 .../waged/model/AbstractTestClusterModel.java      |  4 ++
 7 files changed, 138 insertions(+), 37 deletions(-)