You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2015/06/05 19:16:02 UTC

[jira] [Resolved] (FLINK-1565) Document object reuse behavior

     [ https://issues.apache.org/jira/browse/FLINK-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Metzger resolved FLINK-1565.
-----------------------------------
    Resolution: Fixed

Resolved in http://git-wip-us.apache.org/repos/asf/flink/commit/8a520761

> Document object reuse behavior
> ------------------------------
>
>                 Key: FLINK-1565
>                 URL: https://issues.apache.org/jira/browse/FLINK-1565
>             Project: Flink
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Fabian Hueske
>            Assignee: Robert Metzger
>             Fix For: 0.9
>
>
> The documentation needs to be extended and describe the object reuse behavior of Flink and its implications for how to implement functions.
> The documentation must at least cover the default reuse mode:
> * new objects through iterators and in reduce functions
> * chaining behavior (objects are passed on to the next function which might modify it)
> Optionally, the documentation could describe the object reuse switch introduced by FLINK-1137.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)