jiajunw...@apache.org |
[helix] branch wagedRebalancer updated (88b1f80 -> 1b4457d) |
Tue, 01 Oct, 19:09 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated (1b4457d -> 3ac3b22) |
Wed, 02 Oct, 20:58 |
jiajunw...@apache.org |
[helix] 01/02: Enable maintenance mode for the WAGED rebalancer. |
Wed, 02 Oct, 20:58 |
jiajunw...@apache.org |
[helix] 02/02: Adjust the topology processing logic for instance to ensure backward compatibility. |
Wed, 02 Oct, 20:58 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated: Load soft constraint weight from resources/properties file (#492) |
Wed, 02 Oct, 23:29 |
hu...@apache.org |
[helix] branch wagedRebalancer updated: Add latency metric components for WAGED rebalancer (#490) |
Fri, 04 Oct, 20:50 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer2 created (now 4353f67) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 01/37: Define the WAGED rebalancer interfaces. |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 02/37: Adding the configuration items of the WAGED rebalancer. (#348) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 03/37: Implement the WAGED rebalancer cluster model (#362) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 04/37: Change the rebalancer assignment record to be ResourceAssignment instead of IdealState. (#398) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 05/37: Convert all the internal assignment state objects to be ResourceAssignment. (#399) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 06/37: Implement Cluster Model Provider. (#392) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 07/37: Add cluster level default instance config. (#413) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 08/37: Add ChangeDetector interface and ResourceChangeDetector implementation (#388) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 09/37: Redefine the hard/soft constraints (#422) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 10/37: Refine the WAGED rebalancer related interfaces for integration (#431) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 11/37: Revert "Refine the WAGED rebalancer related interfaces for integration (#431)" (#437) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 12/37: Resubmit the change: Refine the WAGED rebalancer related interfaces for integration (#431) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 13/37: Modify the expected change type from CONFIG to CLUSTER_CONFIG in the WAGED rebalancer. (#438) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 14/37: Add special treatment for ClusterConfig |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 15/37: Record the replica objects in the AssignableNode in addition to the partition name (#440) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 16/37: Add BucketDataAccessor for large writes |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 17/37: Implement the basic constraint based algorithm (#381) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 18/37: Validate the instance capacity/partition weight configuration while constructing the assignable instances (#451) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 19/37: Implement the WAGED rebalancer with the limited functionality. (#443) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 20/37: HardConstraints Implementation and unit tests (#433) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 21/37: Implement AssignmentMetadataStore (#453) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 22/37: Fix TestWagedRebalancer and add constructor in AssignmentMetadataStore |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 23/37: Implement one of the soft constraints (#450) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 24/37: Add soft constraint: ResourcetopStateAntiAffinityConstraint (#465) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 25/37: Implement MaxCapacityUsageInstanceConstraint soft constraint (#463) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 26/37: Add soft constraint: ResourcePartitionAntiAffinityConstraint (#464) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 27/37: Improve ResourceTopStateAntiAffinityConstraint (#475) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 28/37: Adjust the expected replica count according to fault zone count. (#476) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 29/37: PartitionMovementSoftConstraint Implementation (#474) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 30/37: Add the remaining implementation of ConstraintBasedAlgorithmFactory (#478) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 31/37: Integrate the WAGED rebalancer with all the related components. (#466) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 32/37: Separate AssignableNode properties by Immutable and Mutable (#485) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 33/37: Add delayed rebalance and user-defined preference list features to the WAGED rebalancer. (#456) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 34/37: Enable maintenance mode for the WAGED rebalancer. |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 35/37: Adjust the topology processing logic for instance to ensure backward compatibility. |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 36/37: Load soft constraint weight from resources/properties file (#492) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] 37/37: Add latency metric components for WAGED rebalancer (#490) |
Mon, 07 Oct, 21:12 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer2 deleted (was 4353f67) |
Mon, 07 Oct, 21:16 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated (7c6f1be -> 4353f67) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 01/37: Define the WAGED rebalancer interfaces. |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 02/37: Adding the configuration items of the WAGED rebalancer. (#348) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 03/37: Implement the WAGED rebalancer cluster model (#362) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 04/37: Change the rebalancer assignment record to be ResourceAssignment instead of IdealState. (#398) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 05/37: Convert all the internal assignment state objects to be ResourceAssignment. (#399) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 06/37: Implement Cluster Model Provider. (#392) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 07/37: Add cluster level default instance config. (#413) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 08/37: Add ChangeDetector interface and ResourceChangeDetector implementation (#388) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 09/37: Redefine the hard/soft constraints (#422) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 10/37: Refine the WAGED rebalancer related interfaces for integration (#431) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 11/37: Revert "Refine the WAGED rebalancer related interfaces for integration (#431)" (#437) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 12/37: Resubmit the change: Refine the WAGED rebalancer related interfaces for integration (#431) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 13/37: Modify the expected change type from CONFIG to CLUSTER_CONFIG in the WAGED rebalancer. (#438) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 14/37: Add special treatment for ClusterConfig |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 15/37: Record the replica objects in the AssignableNode in addition to the partition name (#440) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 16/37: Add BucketDataAccessor for large writes |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 17/37: Implement the basic constraint based algorithm (#381) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 18/37: Validate the instance capacity/partition weight configuration while constructing the assignable instances (#451) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 19/37: Implement the WAGED rebalancer with the limited functionality. (#443) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 20/37: HardConstraints Implementation and unit tests (#433) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 21/37: Implement AssignmentMetadataStore (#453) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 22/37: Fix TestWagedRebalancer and add constructor in AssignmentMetadataStore |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 23/37: Implement one of the soft constraints (#450) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 24/37: Add soft constraint: ResourcetopStateAntiAffinityConstraint (#465) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 25/37: Implement MaxCapacityUsageInstanceConstraint soft constraint (#463) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 26/37: Add soft constraint: ResourcePartitionAntiAffinityConstraint (#464) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 27/37: Improve ResourceTopStateAntiAffinityConstraint (#475) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 28/37: Adjust the expected replica count according to fault zone count. (#476) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 29/37: PartitionMovementSoftConstraint Implementation (#474) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 30/37: Add the remaining implementation of ConstraintBasedAlgorithmFactory (#478) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 31/37: Integrate the WAGED rebalancer with all the related components. (#466) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 32/37: Separate AssignableNode properties by Immutable and Mutable (#485) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 33/37: Add delayed rebalance and user-defined preference list features to the WAGED rebalancer. (#456) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 34/37: Enable maintenance mode for the WAGED rebalancer. |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 35/37: Adjust the topology processing logic for instance to ensure backward compatibility. |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 36/37: Load soft constraint weight from resources/properties file (#492) |
Mon, 07 Oct, 21:17 |
jiajunw...@apache.org |
[helix] 37/37: Add latency metric components for WAGED rebalancer (#490) |
Mon, 07 Oct, 21:17 |
hu...@apache.org |
[helix.wiki] branch master updated: Created Concurrency and Parallelism for BucketDataAccessor (markdown) |
Thu, 10 Oct, 21:15 |
hu...@apache.org |
[helix.wiki] branch master updated: Updated Concurrency and Parallelism for BucketDataAccessor (markdown) |
Thu, 10 Oct, 21:15 |
hu...@apache.org |
[helix.wiki] branch master updated: Updated _Sidebar (markdown) |
Thu, 10 Oct, 21:16 |
jiajunw...@apache.org |
[helix] branch master updated: Add import order for java and javax. (#499) |
Thu, 10 Oct, 21:29 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated (4353f67 -> 99ec215) |
Mon, 14 Oct, 23:02 |
hu...@apache.org |
[helix] branch master updated: Fix name typo for DataPropagationLatencyGuage. (#513) |
Fri, 18 Oct, 00:16 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated: More strict partition weight validation while creating the cluster model. (#511) |
Fri, 18 Oct, 05:23 |
hu...@apache.org |
[helix] branch wagedRebalancer updated: Increase parallelism for ZkBucketDataAccessor (#506) |
Sat, 19 Oct, 01:41 |
hu...@apache.org |
[helix] branch master updated (e6b88d7 -> 67aa48f) |
Tue, 22 Oct, 18:29 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated (34d96d6 -> 465dec5) |
Tue, 22 Oct, 22:08 |
hu...@apache.org |
[helix] branch master updated: Add back the original DataPropagationLatencyGuage (with a typo) and mark it deprecated (#517) |
Wed, 23 Oct, 02:54 |
hu...@apache.org |
[helix] branch master updated: Fix null response for instance stoppable check when connection refused. (#504) |
Wed, 23 Oct, 06:29 |
jiajunw...@apache.org |
[helix] branch secondary created (now 824bc95) |
Wed, 23 Oct, 23:49 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated: Make log clearer after finishing calculateAssignment. (#531) |
Thu, 24 Oct, 06:24 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated: Implement monitoring mbeans for the WAGED rebalancer. (#525) |
Fri, 25 Oct, 17:50 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated (f9fa37b -> 9c5d349) |
Fri, 25 Oct, 19:21 |
hu...@apache.org |
[helix] branch wagedRebalancer updated (9c5d349 -> e69955c) |
Sat, 26 Oct, 00:01 |