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

Piotr Nowojski commented on FLINK-24098:
----------------------------------------

A couple of comments from my side
* UnionList
* General remark/recommendation that the state after `finish()` should be 
empty, apart of committing side effects. There should be no buffered records, 
as it won't be possible to emit them in anyway
* Remark that recovery with partially finished tasks is very similar to scaling 
up, so your operators must support rescaling. And mention for example potential 
pitfalls, like using non-keyed ListState


> Document FLIP-147 capabiliites and limitations
> ----------------------------------------------
>
>                 Key: FLINK-24098
>                 URL: https://issues.apache.org/jira/browse/FLINK-24098
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Documentation, Runtime / Checkpointing
>            Reporter: Dawid Wysakowicz
>            Assignee: Dawid Wysakowicz
>            Priority: Critical
>             Fix For: 1.14.0
>
>
> We should document how to enable the checkpointing after tasks finish as well 
> as limitations we are aware of.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to