Github user HeartSaVioR commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2037#discussion_r109283329
  
    --- Diff: storm-core/src/jvm/org/apache/storm/stats/SpoutExecutorStats.java 
---
    @@ -30,8 +30,8 @@
         public static final String FAILED = "failed";
         public static final String COMPLETE_LATENCIES = "complete-latencies";
     
    -    public SpoutExecutorStats(int rate) {
    -        super(rate);
    +    public SpoutExecutorStats(int rate,int NUM_STAT_BUCKETS) {
    --- End diff --
    
    Same here:
    `NUM_STAT_BUCKETS` -> `numStatBuckets`.


---
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.
---

Reply via email to