This is an automated email from the ASF dual-hosted git repository. hulee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/helix.git
commit ab5ec690908833ec97ba73a117faeb8565c451ac Author: chenboat <[email protected]> AuthorDate: Mon Aug 19 21:59:59 2019 -0700 Make the reservoir sliding window length used in Helix monintor metrics configurable. #382 --- .../java/org/apache/helix/monitoring/mbeans/TestZkClientMonitor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-core/src/test/java/org/apache/helix/monitoring/mbeans/TestZkClientMonitor.java b/helix-core/src/test/java/org/apache/helix/monitoring/mbeans/TestZkClientMonitor.java index c427d44..9ced8e8 100644 --- a/helix-core/src/test/java/org/apache/helix/monitoring/mbeans/TestZkClientMonitor.java +++ b/helix-core/src/test/java/org/apache/helix/monitoring/mbeans/TestZkClientMonitor.java @@ -154,7 +154,7 @@ public class TestZkClientMonitor { @Test public void testCustomizedResetInterval() throws JMException, InterruptedException { - // Use a customized reservoir length of 1 ms. + // Use a customized reservoir sliding length of 1 ms. System.setProperty("reservoir.length.ms", "1"); final String TEST_TAG = "test_tag_3"; final String TEST_KEY = "test_key_3";
