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
from bf20e2a42 Fix flaky updateInstance test. (#2825)
add c0c64a487 setup cluster for ServiceDiscoveryDemo (#2812)
add 6609c3773 [apache/helix] -- Added detail in the Exception message for
WAGED rebalance (hard constraint) failures. (#2829)
add 6011a90b7 Fix test due to wrong assumption that cluster 0 only has
semi auto resources
add 2deef9d92 Change partitionAssignment API to handle ANY_LIVEINSTANCE
(#2817)
add 6850e09cf [apache/helix] -- Package resources in JDK 1.8 (backward
compatible) jar (#2833)
No new revisions were added by this update.
Summary of changes:
helix-common/pom.xml | 17 ++++++++
helix-core/pom.xml | 17 ++++++++
.../constraints/ConstraintBasedAlgorithm.java | 25 +++++++++++
.../constraints/FaultZoneAwareConstraint.java | 6 ++-
.../waged/constraints/HardConstraint.java | 10 +++++
.../waged/constraints/NodeCapacityConstraint.java | 6 ++-
.../NodeMaxPartitionLimitConstraint.java | 6 ++-
.../constraints/ReplicaActivateConstraint.java | 4 +-
.../SamePartitionOnInstanceConstraint.java | 4 +-
.../waged/constraints/ValidGroupTagConstraint.java | 4 +-
.../rebalancer/waged/model/ClusterContext.java | 4 ++
.../helix/controller/stages/ClusterDataCache.java | 21 +++-------
.../org/apache/helix/manager/zk/ZKHelixAdmin.java | 6 ++-
.../java/org/apache/helix/model/IdealState.java | 5 ++-
.../main/java/org/apache/helix/util/HelixUtil.java | 2 +-
.../constraints/TestConstraintBasedAlgorithm.java | 48 ++++++++++++++++++++--
.../rest/server/TestPartitionAssignmentAPI.java | 23 +++++++++++
.../helix/rest/server/TestPerInstanceAccessor.java | 10 +++--
meta-client/pom.xml | 17 ++++++++
metadata-store-directory-common/pom.xml | 17 ++++++++
metrics-common/pom.xml | 17 ++++++++
.../servicediscovery/ServiceDiscoveryDemo.java | 7 ++++
zookeeper-api/pom.xml | 17 ++++++++
23 files changed, 256 insertions(+), 37 deletions(-)