Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/753#discussion_r40846514
--- Diff: storm-core/src/jvm/backtype/storm/utils/RateTracker.java ---
@@ -60,6 +65,9 @@ public RateTracker(int validTimeWindowInMils, int
numOfSlides, boolean simulate
assert(_slideSizeInMils > 1);
_histograms = new long[_numOfSlides];
Arrays.fill(_histograms,0L);
+ /* the first instance of RateTracker is responsible for creating
this globally shared timer. */
--- End diff --
Can we use c++ style comments `\\`` instead of `\* *\`
---
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.
---