You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2016/08/05 08:27:20 UTC

[jira] [Closed] (FLINK-3796) FileSourceFunction doesn't respect InputFormat's life cycle methods

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

Ufuk Celebi closed FLINK-3796.
------------------------------
    Resolution: Fixed

Fixed in d353895ba512a5e30fb08a25643fd93f085e8456 (FLINK-2314)

> FileSourceFunction doesn't respect InputFormat's life cycle methods 
> --------------------------------------------------------------------
>
>                 Key: FLINK-3796
>                 URL: https://issues.apache.org/jira/browse/FLINK-3796
>             Project: Flink
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 1.0.0, 1.0.1, 1.0.2
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>             Fix For: 1.1.0
>
>
> The {{FileSourceFunction}} wraps {{InputFormat}} but doesn't execute its life cycle functions correctly.
> 1) It doesn't call {{close()}} before reading the next InputSplit via {{open(InputSplit split)}}.
> 2) It calls {{close()}} even if no InputSplit has been read (and thus open(..) hasn't been called previously).



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