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

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new de05ad2c7 fix waged design doc url (#2725)
de05ad2c7 is described below

commit de05ad2c77ab02475aea1b07656a6bca18232ba2
Author: Grant Paláu Spencer <gspen...@linkedin.com>
AuthorDate: Thu Feb 22 10:13:28 2024 -0800

    fix waged design doc url (#2725)
    
    Fix waged doc URL in docstrings
---
 .../org/apache/helix/controller/rebalancer/waged/WagedRebalancer.java | 2 +-
 helix-core/src/main/java/org/apache/helix/model/ClusterConfig.java    | 4 ++--
 helix-core/src/main/java/org/apache/helix/model/InstanceConfig.java   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/helix-core/src/main/java/org/apache/helix/controller/rebalancer/waged/WagedRebalancer.java
 
b/helix-core/src/main/java/org/apache/helix/controller/rebalancer/waged/WagedRebalancer.java
index b0527e5e8..ae7e49a1d 100644
--- 
a/helix-core/src/main/java/org/apache/helix/controller/rebalancer/waged/WagedRebalancer.java
+++ 
b/helix-core/src/main/java/org/apache/helix/controller/rebalancer/waged/WagedRebalancer.java
@@ -62,7 +62,7 @@ import org.slf4j.LoggerFactory;
 /**
  * Weight-Aware Globally-Even Distribute Rebalancer.
  * @see <a
- *      
href="https://github.com/apache/helix/wiki/Design-Proposal---Weight-Aware-Globally-Even-Distribute-Rebalancer";>
+ *      
href="https://github.com/apache/helix/wiki/Weight-Aware-Globally-Even-Distribute-Rebalancer";>
  *      Design Document
  *      </a>
  */
diff --git a/helix-core/src/main/java/org/apache/helix/model/ClusterConfig.java 
b/helix-core/src/main/java/org/apache/helix/model/ClusterConfig.java
index 750bbe612..fdc05ac9b 100644
--- a/helix-core/src/main/java/org/apache/helix/model/ClusterConfig.java
+++ b/helix-core/src/main/java/org/apache/helix/model/ClusterConfig.java
@@ -922,7 +922,7 @@ public class ClusterConfig extends HelixProperty {
    * Set the default instance capacity information with an Integer mapping.
    * This information is required by the global rebalancer.
    * @see <a href="Rebalance Algorithm">
-   * 
https://github.com/apache/helix/wiki/Design-Proposal---Weight-Aware-Globally-Even-Distribute-Rebalancer#rebalance-algorithm-adapter
+   * 
https://github.com/apache/helix/wiki/Weight-Aware-Globally-Even-Distribute-Rebalancer#rebalance-algorithm-adapter
    * </a>
    * If the instance capacity is not configured in either Instance Config nor 
Cluster Config, the
    * cluster topology is considered invalid. So the rebalancer may stop 
working.
@@ -948,7 +948,7 @@ public class ClusterConfig extends HelixProperty {
    * Set the default partition weight information with an Integer mapping.
    * This information is required by the global rebalancer.
    * @see <a href="Rebalance Algorithm">
-   * 
https://github.com/apache/helix/wiki/Design-Proposal---Weight-Aware-Globally-Even-Distribute-Rebalancer#rebalance-algorithm-adapter
+   * 
https://github.com/apache/helix/wiki/Weight-Aware-Globally-Even-Distribute-Rebalancer#rebalance-algorithm-adapter
    * </a>
    * If the partition weight is not configured in either Resource Config nor 
Cluster Config, the
    * cluster topology is considered invalid. So the rebalancer may stop 
working.
diff --git 
a/helix-core/src/main/java/org/apache/helix/model/InstanceConfig.java 
b/helix-core/src/main/java/org/apache/helix/model/InstanceConfig.java
index 98da7340f..2f3da1456 100644
--- a/helix-core/src/main/java/org/apache/helix/model/InstanceConfig.java
+++ b/helix-core/src/main/java/org/apache/helix/model/InstanceConfig.java
@@ -654,7 +654,7 @@ public class InstanceConfig extends HelixProperty {
    *
    * This information is required by the global rebalancer.
    * @see <a href="Rebalance Algorithm">
-   *   
https://github.com/apache/helix/wiki/Design-Proposal---Weight-Aware-Globally-Even-Distribute-Rebalancer#rebalance-algorithm-adapter
+   *   
https://github.com/apache/helix/wiki/Weight-Aware-Globally-Even-Distribute-Rebalancer#rebalance-algorithm-adapter
    *   </a>
    * If the instance capacity is not configured in neither Instance Config nor 
Cluster Config, the
    * cluster topology is considered invalid. So the rebalancer may stop 
working.

Reply via email to