[ 
https://issues.apache.org/jira/browse/HELIX-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13738625#comment-13738625
 ] 

Hudson commented on HELIX-173:
------------------------------

FAILURE: Integrated in helix #1130 (See 
[https://builds.apache.org/job/helix/1130/])
HELIX-173: Move rebalancing strategies to separate classes that implement the 
Rebalancer interface, rb=13390 (zzhang: rev 
c5a29ca41fcd822016eed6e7fe9e8af34531ce91)
* 
helix-core/src/main/java/org/apache/helix/controller/stages/RebalanceIdealStateStage.java
* 
helix-core/src/main/java/org/apache/helix/controller/rebalancer/Rebalancer.java
* helix-core/src/main/java/org/apache/helix/util/HelixUtil.java
* 
helix-core/src/main/java/org/apache/helix/controller/stages/BestPossibleStateCalcStage.java
* 
helix-core/src/test/java/org/apache/helix/controller/strategy/TestAutoRebalanceStrategy.java
* 
helix-core/src/main/java/org/apache/helix/controller/strategy/AutoRebalanceStrategy.java
* 
helix-core/src/test/java/org/apache/helix/integration/TestCustomizedIdealStateRebalancer.java
HELIX-173: Move rebalancing strategies to separate classes that implement the 
Rebalancer interface, adding missing files, rb=13390 (zzhang: rev 
986107055a3d4c33c44f939f4eb03a657c7e12f0)
* 
helix-core/src/main/java/org/apache/helix/controller/rebalancer/SemiAutoRebalancer.java
* 
helix-core/src/main/java/org/apache/helix/controller/rebalancer/AutoRebalancer.java
* 
helix-core/src/main/java/org/apache/helix/controller/rebalancer/util/ConstraintBasedAssignment.java
* 
helix-core/src/main/java/org/apache/helix/controller/rebalancer/CustomRebalancer.java
* 
helix-core/src/main/java/org/apache/helix/controller/stages/ResourceMapping.java

                
> Move rebalancing strategies to separate classes that implement the Rebalancer 
> interface
> ---------------------------------------------------------------------------------------
>
>                 Key: HELIX-173
>                 URL: https://issues.apache.org/jira/browse/HELIX-173
>             Project: Apache Helix
>          Issue Type: Task
>          Components: helix-core
>            Reporter: Kanak Biscuitwala
>            Assignee: Kanak Biscuitwala
>            Priority: Minor
>         Attachments: 
> 0001-HELIX-173-Move-rebalancing-strategies-to-separate-cl.patch
>
>
> Each rebalancing strategy should live in a different class that implements 
> Rebalancer. The one for auto-rebalance is in the controller.strategy package, 
> so perhaps the others should also be moved there.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to