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

    https://github.com/apache/storm/pull/1324#discussion_r62013271
  
    --- Diff: storm-core/src/jvm/org/apache/storm/daemon/StormCommon.java ---
    @@ -383,10 +384,16 @@ public static void addEventLogger(Map conf, 
StormTopology topology) {
                 for (Map<String, Object> info : registerInfo) {
                     String className = (String) info.get("class");
                     Object argument = info.get("argument");
    +                Integer maxRetainMetricTuples = 
Utils.getInt(info.get("max.retain.metric.tuples"), 100);
    --- End diff --
    
    let the default come from defaults.yaml


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