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 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated: Change change detector to a regular field in the WAGED rebalancer instead of static threadlocal. (#543) |
Sat, 26 Oct, 03:34 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated: Refactor soft constraints to simply the algorithm and fix potential issues. (#520) |
Sat, 26 Oct, 04:56 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated: Minor fix for the constraints related tests. (#545) |
Sat, 26 Oct, 05:16 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated (c227b38 -> e4327dc) |
Mon, 28 Oct, 19:41 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated: Implement increment() method in CountMetric class. (#537) |
Mon, 28 Oct, 20:53 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated (9f41adb -> f520398) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 01/50: Define the WAGED rebalancer interfaces. |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 02/50: Adding the configuration items of the WAGED rebalancer. (#348) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 03/50: Implement the WAGED rebalancer cluster model (#362) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 04/50: Change the rebalancer assignment record to be ResourceAssignment instead of IdealState. (#398) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 05/50: Convert all the internal assignment state objects to be ResourceAssignment. (#399) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 06/50: Implement Cluster Model Provider. (#392) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 07/50: Add cluster level default instance config. (#413) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 08/50: Add ChangeDetector interface and ResourceChangeDetector implementation (#388) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 09/50: Redefine the hard/soft constraints (#422) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 10/50: Refine the WAGED rebalancer related interfaces for integration (#431) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 11/50: Revert "Refine the WAGED rebalancer related interfaces for integration (#431)" (#437) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 12/50: Resubmit the change: Refine the WAGED rebalancer related interfaces for integration (#431) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 13/50: Modify the expected change type from CONFIG to CLUSTER_CONFIG in the WAGED rebalancer. (#438) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 14/50: Add special treatment for ClusterConfig |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 15/50: Record the replica objects in the AssignableNode in addition to the partition name (#440) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 16/50: Add BucketDataAccessor for large writes |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 17/50: Implement the basic constraint based algorithm (#381) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 18/50: Validate the instance capacity/partition weight configuration while constructing the assignable instances (#451) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 19/50: Implement the WAGED rebalancer with the limited functionality. (#443) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 20/50: HardConstraints Implementation and unit tests (#433) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 21/50: Implement AssignmentMetadataStore (#453) |
Mon, 28 Oct, 22:32 |
jiajunw...@apache.org |
[helix] 22/50: Fix TestWagedRebalancer and add constructor in AssignmentMetadataStore |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 23/50: Implement one of the soft constraints (#450) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 24/50: Add soft constraint: ResourcetopStateAntiAffinityConstraint (#465) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 25/50: Implement MaxCapacityUsageInstanceConstraint soft constraint (#463) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 26/50: Add soft constraint: ResourcePartitionAntiAffinityConstraint (#464) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 27/50: Improve ResourceTopStateAntiAffinityConstraint (#475) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 28/50: Adjust the expected replica count according to fault zone count. (#476) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 29/50: PartitionMovementSoftConstraint Implementation (#474) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 30/50: Add the remaining implementation of ConstraintBasedAlgorithmFactory (#478) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 31/50: Integrate the WAGED rebalancer with all the related components. (#466) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 32/50: Separate AssignableNode properties by Immutable and Mutable (#485) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 33/50: Add delayed rebalance and user-defined preference list features to the WAGED rebalancer. (#456) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 34/50: Enable maintenance mode for the WAGED rebalancer. |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 35/50: Adjust the topology processing logic for instance to ensure backward compatibility. |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 36/50: Load soft constraint weight from resources/properties file (#492) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 37/50: Add latency metric components for WAGED rebalancer (#490) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 38/50: Fixing rebalance cache issue and stablize the tests. (#510) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 39/50: More strict partition weight validation while creating the cluster model. (#511) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 40/50: Increase parallelism for ZkBucketDataAccessor (#506) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 41/50: The WAGED rebalancer returns the previously calculated assignment on calculation failure (#514) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 42/50: Make log clearer after finishing calculateAssignment. (#531) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 43/50: Implement monitoring mbeans for the WAGED rebalancer. (#525) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 44/50: Refine the rebalance scope calculating logic in the WAGED rebalancer. (#519) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 45/50: Make WagedRebalancer static by creating a ThreadLocal (#540) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 46/50: Change change detector to a regular field in the WAGED rebalancer instead of static threadlocal. (#543) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 47/50: Refactor soft constraints to simply the algorithm and fix potential issues. (#520) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 48/50: Minor fix for the constraints related tests. (#545) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 49/50: Adjust the replica rebalance calculating ordering to avoid static order. (#535) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] 50/50: Implement increment() method in CountMetric class. (#537) |
Mon, 28 Oct, 22:33 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated: Modify the ivy file to add the new math3 lib dependency. (#546) |
Mon, 28 Oct, 23:26 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated: Fix a missing parameter when the WAGED rebalancer init the change detector. (#547) |
Tue, 29 Oct, 00:53 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated: Add the new Rebalancer monitor domain to the active domain list. (#550) |
Tue, 29 Oct, 20:25 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated (afc4103 -> 10fff67) |
Tue, 29 Oct, 23:00 |
jiajunw...@apache.org |
[helix] branch wagedRebalancer updated (10fff67 -> b4d7bf8) |
Thu, 31 Oct, 18:02 |
jiajunw...@apache.org |
[helix] branch master updated: Deep copy for mapFields and listFields in ZNRecord's copy constructor. (#552) |
Thu, 31 Oct, 18:03 |