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

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


    omit 3cf41231e Enable HelixManager as an event listener (#1978)
    omit 3f4c7bde5 Add event handler and event listener interface (#1976)
     add 1e5aa3cf5 Implement deactivate rest API (#1988)
     add e39255c47 Add instance disable reason  (#1993) (#2004)
     add 03af78cec auto Exit MM for auto EMM test (#2003)
     add abcb37d82 add new error message for customized partition check host 
connection error  (#1984)
     add 671370b9e Update 0.9.9 to be replaced by 0.9.10
     add 0703cefb4 fix repoducible builds issue (#2013)
     add 37e45bba6 fix Broken Logic in perPartitionHealthCheck (#2012)
     add dff4708ea Fix web build and deployment Issue (#2014)
     add 9c70bb0bc Populate helix cloud property using cloud config (#2005)
     add ed9e3cb40 Fix TestDropResourceMetricsReset (#2011)
     add 68ca0a05c Refactor config string processing logic into a util class 
(#2015)
     add 858038a0d add type and reason to cluster config (#2006)
     new 0e658ae20 Add event handler and event listener interface (#1976)
     new 5104c9531 Enable HelixManager as an event listener (#1978)

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   (3cf41231e)
            \
             N -- N -- N   refs/heads/helix-vm-freeze (5104c9531)

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:
 .../apache/helix/constants/InstanceConstants.java  | 11 +++
 .../src/main/java/org/apache/helix/HelixAdmin.java | 27 +++++++
 .../java/org/apache/helix/HelixCloudProperty.java  | 69 ++++++++++--------
 .../org/apache/helix/HelixManagerProperty.java     |  7 +-
 .../org/apache/helix/HelixPropertyFactory.java     | 12 ++--
 .../rebalancer/util/DelayedRebalanceUtil.java      |  5 +-
 .../org/apache/helix/manager/zk/ZKHelixAdmin.java  | 82 ++++++++++++++++------
 .../apache/helix/manager/zk/ZKHelixManager.java    |  4 +-
 .../java/org/apache/helix/model/CloudConfig.java   |  3 +-
 .../java/org/apache/helix/model/ClusterConfig.java | 34 ++++++++-
 .../org/apache/helix/model/InstanceConfig.java     | 82 ++++++++++++++++------
 .../org/apache/helix/util/ConfigStringUtil.java    | 69 ++++++++++++++++++
 .../apache/helix/util/InstanceValidationUtil.java  | 56 +++++++++++++--
 .../controller/stages/TestRebalancePipeline.java   |  5 +-
 .../integration/TestBatchEnableInstances.java      | 48 +++++++++++--
 .../multizk/TestMultiZkHelixJavaApis.java          | 37 +++++++---
 ...nanceModeWhenReachingOfflineInstancesLimit.java |  3 +-
 .../apache/helix/manager/zk/TestZkHelixAdmin.java  | 17 ++++-
 .../java/org/apache/helix/mock/MockHelixAdmin.java | 62 ++++++++++++++--
 .../org/apache/helix/model/TestInstanceConfig.java | 39 +++++++---
 .../mbeans/TestDropResourceMetricsReset.java       |  8 +++
 .../rest/server/resources/AbstractResource.java    |  1 +
 .../server/resources/helix/ClusterAccessor.java    | 12 ++++
 .../server/resources/helix/InstancesAccessor.java  | 13 +++-
 .../resources/helix/PerInstanceAccessor.java       | 41 +++++++----
 .../TestMaintenanceManagementService.java          |  4 +-
 .../helix/rest/server/TestClusterAccessor.java     | 16 +++++
 .../helix/rest/server/TestInstancesAccessor.java   | 42 ++++++-----
 .../helix/rest/server/TestPerInstanceAccessor.java | 31 +++++++-
 pom.xml                                            | 14 +---
 website/src/site/site.xml                          |  8 +--
 31 files changed, 678 insertions(+), 184 deletions(-)
 create mode 100644 
helix-common/src/main/java/org/apache/helix/constants/InstanceConstants.java
 create mode 100644 
helix-core/src/main/java/org/apache/helix/util/ConfigStringUtil.java

Reply via email to