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

    https://github.com/apache/flink/pull/1343#discussion_r44404877
  
    --- Diff: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/WindowedStream.java
 ---
    @@ -167,15 +166,11 @@ public WindowedStream(KeyedStream<T, K> input,
                                        
evictor).enableSetProcessingTime(setProcessingTime);
     
                } else {
    -                   // we need to copy because we need our own instance of 
the pre aggregator
    -                   @SuppressWarnings("unchecked")
    -                   ReduceFunction<T> functionCopy = (ReduceFunction<T>) 
SerializationUtils.clone(function);
    --- End diff --
    
    The user function will be serialized for shipping to the TaskManagers. 
    So at the Taskmanager's, will create new instances of the user function


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