remove unnecessary TODO comment
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/de20cbd8 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/de20cbd8 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/de20cbd8 Branch: refs/heads/1.x-branch Commit: de20cbd8f7ee588e5d9d2e6d04ceeee43af4fc12 Parents: a169356 Author: P. Taylor Goetz <[email protected]> Authored: Tue Sep 5 16:12:24 2017 -0400 Committer: P. Taylor Goetz <[email protected]> Committed: Tue Sep 5 16:12:24 2017 -0400 ---------------------------------------------------------------------- storm-core/src/jvm/org/apache/storm/metrics2/DisruptorMetrics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/de20cbd8/storm-core/src/jvm/org/apache/storm/metrics2/DisruptorMetrics.java ---------------------------------------------------------------------- diff --git a/storm-core/src/jvm/org/apache/storm/metrics2/DisruptorMetrics.java b/storm-core/src/jvm/org/apache/storm/metrics2/DisruptorMetrics.java index 994a965..22eb6c5 100644 --- a/storm-core/src/jvm/org/apache/storm/metrics2/DisruptorMetrics.java +++ b/storm-core/src/jvm/org/apache/storm/metrics2/DisruptorMetrics.java @@ -24,7 +24,7 @@ public class DisruptorMetrics { private SimpleGauge<Long> population; private SimpleGauge<Long> writePosition; private SimpleGauge<Long> readPosition; - private SimpleGauge<Double> arrivalRate; // TODO: Change to meter + private SimpleGauge<Double> arrivalRate; private SimpleGauge<Double> sojournTime; private SimpleGauge<Long> overflow; private SimpleGauge<Float> pctFull;
