This is an automated email from the ASF dual-hosted git repository.
hulee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git.
from 22e4ec7 Fix the execution delay for the jobs
new 9434cf1 Use the system property value as the sliding window length.
#382
new cc73afd Use the system property value as the sliding window length.
#382
new d30fefb Use the system property value as the sliding window length.
#382
new 51abb53 Add a unit test case.. #382
new 6fb58a3 Fix a typo. #382
new b6aee9f Fix a typo. #382
new ab5ec69 Make the reservoir sliding window length used in Helix
monintor metrics configurable. #382
new 0f16687 Make the reservoir sliding window length used in Helix
monintor metrics configurable. #382
new 955e566 Make the reservoir sliding window length used in Helix
monintor metrics configurable. #382
new ec8ba98 Make the reservoir sliding window length used in Helix
monintor metrics configurable. #382
The 10 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:
.../java/org/apache/helix/SystemPropertyKeys.java | 3 +++
.../monitoring/mbeans/ClusterEventMonitor.java | 2 +-
.../monitoring/mbeans/HelixCallbackMonitor.java | 2 +-
.../apache/helix/monitoring/mbeans/JobMonitor.java | 20 ++++++++--------
.../monitoring/mbeans/MessageLatencyMonitor.java | 2 +-
.../helix/monitoring/mbeans/ResourceMonitor.java | 6 ++---
.../mbeans/RoutingTableProviderMonitor.java | 7 +++---
.../mbeans/StateTransitionStatMonitor.java | 7 +++---
.../monitoring/mbeans/ZkClientPathMonitor.java | 10 ++++----
.../mbeans/dynamicMBeans/DynamicMBeanProvider.java | 11 +++++++++
.../monitoring/mbeans/TestZkClientMonitor.java | 27 ++++++++++++++++++++++
11 files changed, 69 insertions(+), 28 deletions(-)