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

jxue pushed a change to branch helix-stickiness-rebalancer
in repository https://gitbox.apache.org/repos/asf/helix.git


    omit 3975a4951 Add missing license for rebalance condition files (#2853)
    omit 9cf76fd22 Create condition based rebalancer (#2846)
     add efd114fc1 Fix unstable tests of TestPartitionAssignmentAPI and 
TestPerInstanceAccessor (#2843)
     add eda45fc58 Add support for ALL_RESOURCES key to disabled partitions 
(#2848)
     add 0f2ca6667 Update bump-up.sh to remove deprecated helix-admin-webapp 
and helix-front (#2855)
     add 8e19a6a30 Add printout read data for further debug
     add 35fac0a7f Unstable test for task framework, needs further 
investigation but not impact core logic
     add df597083d Fix unstable test testDisconnectWhenConnectionBreak (#2857)
     add 0be53f492 Make SwapIn Instance respect its own disabled partitions 
list during swap operation (#2867)
     add 997dfb7e7 Add dependencies between tests in 
TestIndependentTaskRebalancer

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3975a4951)
            \
             N -- N -- N   refs/heads/helix-stickiness-rebalancer (997dfb7e7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 bump-up.sh                                         |   4 +-
 .../apache/helix/constants/InstanceConstants.java  |   2 +
 .../dataproviders/BaseControllerDataProvider.java  |   5 +-
 .../ResourceControllerDataProvider.java            |  49 ++-
 .../rebalancer/ConditionBasedRebalancer.java       | 215 ----------
 .../condition/ConfigChangeBasedCondition.java      |  30 --
 .../rebalancer/condition/RebalanceCondition.java   |  38 --
 .../condition/RebalanceConditionsBuilder.java      |  41 --
 .../condition/TopologyChangeBasedCondition.java    |  30 --
 .../constraints/ReplicaActivateConstraint.java     |   5 +-
 .../stages/BestPossibleStateCalcStage.java         |  10 +-
 .../helix/monitoring/mbeans/InstanceMonitor.java   |  13 +
 .../helix/integration/TestDisablePartition.java    |  83 ++++
 .../helix/integration/TestZkConnectionLost.java    |   6 +-
 .../rebalancer/TestInstanceOperation.java          | 438 ++++++++++++++++++---
 .../task/TestIndependentTaskRebalancer.java        |   8 +-
 .../monitoring/mbeans/TestInstanceMonitor.java     |   7 +-
 .../apache/helix/util/TestStatusUpdateUtil.java    |   4 +-
 .../rest/server/TestPartitionAssignmentAPI.java    |  18 +-
 .../helix/rest/server/TestPerInstanceAccessor.java |  43 +-
 20 files changed, 586 insertions(+), 463 deletions(-)
 delete mode 100644 
helix-core/src/main/java/org/apache/helix/controller/rebalancer/ConditionBasedRebalancer.java
 delete mode 100644 
helix-core/src/main/java/org/apache/helix/controller/rebalancer/condition/ConfigChangeBasedCondition.java
 delete mode 100644 
helix-core/src/main/java/org/apache/helix/controller/rebalancer/condition/RebalanceCondition.java
 delete mode 100644 
helix-core/src/main/java/org/apache/helix/controller/rebalancer/condition/RebalanceConditionsBuilder.java
 delete mode 100644 
helix-core/src/main/java/org/apache/helix/controller/rebalancer/condition/TopologyChangeBasedCondition.java

Reply via email to