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

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


    omit c9621dec8 Add protobuff definition and an empty grpc service  (#2834)
    omit 5f1e7ff7d Set up helix-gateway folder, add PoC code and add protobuf 
(#2826)
     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)
     new bc8912c5f Set up helix-gateway folder, add PoC code and add protobuf 
(#2826)
     new 446f85121 Add protobuff definition and an empty grpc service  (#2834)

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   (c9621dec8)
            \
             N -- N -- N   refs/heads/helix-gateway-service (446f85121)

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 2 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:
 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(-)

Reply via email to