You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Daniel Halperin (JIRA)" <ji...@apache.org> on 2016/10/20 21:47:02 UTC

[jira] [Closed] (BEAM-295) Flink Create Functions call Collector.close()

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

Daniel Halperin closed BEAM-295.
--------------------------------

> Flink Create Functions call Collector.close()
> ---------------------------------------------
>
>                 Key: BEAM-295
>                 URL: https://issues.apache.org/jira/browse/BEAM-295
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-flink
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>             Fix For: 0.1.0-incubating
>
>
> {{Collector.close()}} should only be called internally, by Flink. Calling close() in the user function, as we do in {{FlinkCreateFunction}} and {{FlinkStreamingCreateFunction}} will lead to downstream operations being closed twice, which can lead to faulty behavior.



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