Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/753#discussion_r40846293
--- Diff: storm-core/src/jvm/backtype/storm/utils/RateTracker.java ---
@@ -87,7 +95,7 @@ public final float reportRate() {
sum += _histograms[i];
}
- return sum / (float) duration * 1000;
--- End diff --
Isn't the disruptor queue using RateTracker already? Is this a bug in rate
tracker where it said it was doing milliseconds but was really doing seconds?
Or is this going to make the disruptor metrics wrong?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---