This is an automated email from the ASF dual-hosted git repository.
jiajunwang pushed a change to branch wagedRebalancer
in repository https://gitbox.apache.org/repos/asf/helix.git.
discard 3dc6f43 Implement the WAGED rebalancer cluster model (#362)
omit 0684d5c Adding the configuration items of the WAGED rebalancer. (#348)
omit a69fdb7 Define the WAGED rebalancer interfaces.
add edb9a2c Fix test fail for TestRebalanceScheduler
add 362de17 Change IllegalStateException to Helix Exception for CRUSH
based rebalance strategy algorithm
add c5dbb64 Implementation of stateModelDef modification in REST 2.0
add c930096 Read Failure while reading non-existent znode
add b429d48 Remove TODO NPE log for computeResourceBestPossibleState
add c188ec7 Fix the race condition while Helix refresh cluster status
cache. (#363)
add dbbc36d Remove unnecessary touch logics that trigge pipeline
new ae2b516 Define the WAGED rebalancer interfaces.
new 4e9f655 Adding the configuration items of the WAGED rebalancer. (#348)
new f8a4a89 Implement the WAGED rebalancer cluster model (#362)
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 (3dc6f43)
\
N -- N -- N refs/heads/wagedRebalancer (f8a4a89)
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.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../dataproviders/BaseControllerDataProvider.java | 86 ++++++++++++--------
.../ResourceControllerDataProvider.java | 29 ++++---
.../WorkflowControllerDataProvider.java | 30 +++----
.../strategy/CrushRebalanceStrategy.java | 10 ++-
.../stages/BestPossibleStateCalcStage.java | 27 +++---
.../helix/manager/zk/zookeeper/ZkClient.java | 12 +++
.../java/org/apache/helix/task/TaskDriver.java | 5 --
.../TestConstraintRebalanceStrategy.java | 5 +-
.../apache/helix/util/TestRebalanceScheduler.java | 4 +-
.../server/resources/helix/ClusterAccessor.java | 95 ++++++++++++++++++++--
.../helix/rest/server/TestClusterAccessor.java | 76 ++++++++++++++++-
.../helix/rest/server/TestNamespacedAPIAccess.java | 4 +-
.../helix/rest/server/TestPerInstanceAccessor.java | 4 +-
.../helix/rest/server/TestResourceAccessor.java | 8 +-
.../apache/helix/rest/server/TestTaskAccessor.java | 2 +-
15 files changed, 290 insertions(+), 107 deletions(-)