This is an automated email from the ASF dual-hosted git repository.
hzlu pushed a change to branch cluster-pause-mode
in repository https://gitbox.apache.org/repos/asf/helix.git.
from f980f46 Add java api for enable/disable cluster pause mode (#1740)
add 0a4f23a Add model to record history and status of management mode
(#1771)
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/helix/PropertyKey.java | 12 ++-
.../java/org/apache/helix/PropertyPathBuilder.java | 7 ++
.../main/java/org/apache/helix/PropertyType.java | 1 +
.../java/org/apache/helix/model/ClusterStatus.java | 78 ++++++++++++++
.../org/apache/helix/model/ControllerHistory.java | 112 +++++++++++++++------
.../org/apache/helix/TestPropertyPathBuilder.java | 3 +
.../helix/model/TestControllerHistoryModel.java | 93 +++++++++++++++++
7 files changed, 276 insertions(+), 30 deletions(-)
create mode 100644
helix-core/src/main/java/org/apache/helix/model/ClusterStatus.java
create mode 100644
helix-core/src/test/java/org/apache/helix/model/TestControllerHistoryModel.java