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

Yun Gao edited comment on FLINK-21080 at 7/27/21, 6:00 AM:
-----------------------------------------------------------

Hi, I tried to have a thought and comparison on possible long-term options: 
[https://docs.google.com/document/d/1g2gSj0z7CiVXaj062lX-te_HoB9hS4GcI6gw_IdppAA/edit?usp=sharing]
 ~ I'll also first have a try with the temporary solution~ 


was (Author: gaoyunhaii):
Hi, I tried to have a though and comparison on possible long-term options: 
[https://docs.google.com/document/d/1g2gSj0z7CiVXaj062lX-te_HoB9hS4GcI6gw_IdppAA/edit?usp=sharing]
 ~ I'll also first have a try with the temporary solution~ 

> Handle UnionListState with finished operators
> ---------------------------------------------
>
>                 Key: FLINK-21080
>                 URL: https://issues.apache.org/jira/browse/FLINK-21080
>             Project: Flink
>          Issue Type: Sub-task
>          Components: API / DataStream, Runtime / Checkpointing
>            Reporter: Yun Gao
>            Assignee: Yun Gao
>            Priority: Major
>              Labels: auto-unassigned
>
> Most legacy source operators would record the offset for each partitions, and 
> after recovery it would read from the recorded offset. If before a checkpoint 
> some subtasks are finished, the corresponding partition offsets would be 
> deserted in the checkpoint. Then if the job recover with this checkpoint, the 
> legacy source would re-discovery all the partitions and for those finished 
> tasks, the legacy source would re-read them since their offsets are not 
> recorded. 
> Therefore, we would like to fail the checkpoint if some legacy source 
> operators have part of subtasks finished. 



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

Reply via email to