This is an automated email from the ASF dual-hosted git repository.
jiajunwang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git.
from 00d4fd8 thread leakage checker and memory usage reporter #1226 (#1452)
add e52eaf1 Feature: Offline Node Timeout During Maintenance Mode (#1413)
No new revisions were added by this update.
Summary of changes:
.../dataproviders/BaseControllerDataProvider.java | 99 +++++++-
.../java/org/apache/helix/model/ClusterConfig.java | 36 ++-
.../org/apache/helix/model/ParticipantHistory.java | 127 +++++++++-
...estOfflineNodeTimeoutDuringMaintenanceMode.java | 256 +++++++++++++++++++++
.../org/apache/helix/model/TestClusterConfig.java | 22 ++
.../apache/helix/model/TestParticipantHistory.java | 106 +++++++++
6 files changed, 632 insertions(+), 14 deletions(-)
create mode 100644
helix-core/src/test/java/org/apache/helix/integration/controller/TestOfflineNodeTimeoutDuringMaintenanceMode.java
create mode 100644
helix-core/src/test/java/org/apache/helix/model/TestParticipantHistory.java