[ 
https://issues.apache.org/jira/browse/FLINK-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15308039#comment-15308039
 ] 

ASF GitHub Bot commented on FLINK-2314:
---------------------------------------

Github user aljoscha commented on the pull request:

    https://github.com/apache/flink/pull/2020
  
    The changes look good, we just have to figure out what to do about the 
methods on `StreamExecutionEnvironment`. One thing I'd like to get rid of is 
`CheckpointableInputFormat.getCurrentState` returns a Tuple that contains the 
split. The split is never used internally, it's only stored to return it from 
this method but the read operator itself also stores the split so I think it is 
redundant.


> Make Streaming File Sources Persistent
> --------------------------------------
>
>                 Key: FLINK-2314
>                 URL: https://issues.apache.org/jira/browse/FLINK-2314
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>    Affects Versions: 0.9
>            Reporter: Stephan Ewen
>            Assignee: Kostas Kloudas
>
> Streaming File sources should participate in the checkpointing. They should 
> track the bytes they read from the file and checkpoint it.
> One can look at the sequence generating source function for an example of a 
> checkpointed source.



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

Reply via email to