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

    https://github.com/apache/incubator-metron/pull/352#discussion_r87647426
  
    --- Diff: 
metron-analytics/metron-profiler/src/main/java/org/apache/metron/profiler/bolt/ProfileBuilderBolt.java
 ---
    @@ -246,6 +247,8 @@ private void flush(Tuple tickTuple) {
         // clear the execution state to prepare for the next window
         executor.clearState();
     
    +    profileConfig.getTickUpdate().forEach((var, expr) -> 
executor.assign(var, expr, new HashMap<>()));
    --- End diff --
    
    @nickwallen My intent here is to add a hook in the profiler on tick.  Would 
you take a look and make sure I'm doing this right?  I'm interested 
specifically in the empty hashmap here.  I'd like to ensure that the current 
message is being passed in on tick, but I fear it won't be the case.


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