GitHub user aljoscha opened a pull request:

    https://github.com/apache/flink/pull/2110

    [FLINK-3974] Fix object reuse with multi-chaining

    Before, a job would fail if object reuse was enabled and multiple
    operators were chained to one upstream operator. Now, we always create a
    shallow copy of the StreamRecord in OperatorChain.ChainingOutput because
    downstream operations change/reuse the StreamRecord.
    
    This fix was contributed by @wanderingbort (if this is the right github 
handle) as a patch on the Flink Jira. I can change the commit to attribute it 
to him but so far he didn't respond to my question about this on Jira.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aljoscha/flink chaining/fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2110.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2110
    
----
commit 092f350cccbda32331f527c4eaf7ad3304fa1811
Author: Aljoscha Krettek <[email protected]>
Date:   2016-06-14T10:18:35Z

    [FLINK-3974] Fix object reuse with multi-chaining
    
    Before, a job would fail if object reuse was enabled and multiple
    operators were chained to one upstream operator. Now, we always create a
    shallow copy of the StreamRecord in OperatorChain.ChainingOutput because
    downstream operations change/reuse the StreamRecord.

----


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