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/07 21:16:56 UTC

[helix] branch wagedRebalancer2 deleted (was 4353f67)

This is an automated email from the ASF dual-hosted git repository.

jiajunwang pushed a change to branch wagedRebalancer2
in repository https://gitbox.apache.org/repos/asf/helix.git.


     was 4353f67  Add latency metric components for WAGED rebalancer (#490)

This change permanently discards the following revisions:

 discard 4353f67  Add latency metric components for WAGED rebalancer (#490)
 discard 75b60d1  Load soft constraint weight from resources/properties file (#492)
 discard 6f812d7  Adjust the topology processing logic for instance to ensure backward compatibility.
 discard 1712a88  Enable maintenance mode for the WAGED rebalancer.
 discard 88ff705  Add delayed rebalance and user-defined preference list features to the WAGED rebalancer. (#456)
 discard 0b87426  Separate AssignableNode properties by Immutable and Mutable (#485)
 discard 5c6f1e9  Integrate the WAGED rebalancer with all the related components. (#466)
 discard 86f1a00  Add the remaining implementation of ConstraintBasedAlgorithmFactory (#478)
 discard 50e8cec  PartitionMovementSoftConstraint Implementation (#474)
 discard 679547f  Adjust the expected replica count according to fault zone count. (#476)
 discard eb95a19  Improve ResourceTopStateAntiAffinityConstraint (#475)
 discard e3cb1a6  Add soft constraint: ResourcePartitionAntiAffinityConstraint (#464)
 discard 52e1ba5  Implement MaxCapacityUsageInstanceConstraint soft constraint (#463)
 discard 153d385  Add soft constraint: ResourcetopStateAntiAffinityConstraint (#465)
 discard 06cb692  Implement one of the soft constraints (#450)
 discard c719273  Fix TestWagedRebalancer and add constructor in AssignmentMetadataStore
 discard 3d2da32  Implement AssignmentMetadataStore (#453)
 discard 43d3476  HardConstraints Implementation and unit tests (#433)
 discard 702c547  Implement the WAGED rebalancer with the limited functionality. (#443)
 discard a4b61ee  Validate the instance capacity/partition weight configuration while constructing the assignable instances (#451)
 discard 9f73d8d  Implement the basic constraint based algorithm (#381)
 discard 34f8260  Add BucketDataAccessor for large writes
 discard 9ee65a0  Record the replica objects in the AssignableNode in addition to the partition name (#440)
 discard eb7a010  Add special treatment for ClusterConfig
 discard 2780fd9  Modify the expected change type from CONFIG to CLUSTER_CONFIG in the WAGED rebalancer. (#438)
 discard 1ed9bbf  Resubmit the change: Refine the WAGED rebalancer related interfaces for integration (#431)
 discard c65476d  Revert "Refine the WAGED rebalancer related interfaces for integration (#431)" (#437)
 discard c3d8501  Refine the WAGED rebalancer related interfaces for integration (#431)
 discard ae282a8  Redefine the hard/soft constraints (#422)
 discard 84ac35b  Add ChangeDetector interface and ResourceChangeDetector implementation (#388)
 discard 0d67764  Add cluster level default instance config. (#413)
 discard dc828b8  Implement Cluster Model Provider. (#392)
 discard 912ed34  Convert all the internal assignment state objects to be ResourceAssignment. (#399)
 discard 60dc54a  Change the rebalancer assignment record to be ResourceAssignment instead of IdealState. (#398)
 discard 730054b  Implement the WAGED rebalancer cluster model (#362)
 discard 39f7adf  Adding the configuration items of the WAGED rebalancer. (#348)
 discard fd20c43  Define the WAGED rebalancer interfaces.