[
https://issues.apache.org/jira/browse/FLINK-19683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17327604#comment-17327604
]
Flink Jira Bot commented on FLINK-19683:
----------------------------------------
This major issue is unassigned and itself and all of its Sub-Tasks have not
been updated for 30 days. So, it has been labeled "stale-major". If this ticket
is indeed "major", please either assign yourself or give an update. Afterwards,
please remove the label. In 7 days the issue will be deprioritized.
> Actively timeout aligned checkpoints on the output
> --------------------------------------------------
>
> Key: FLINK-19683
> URL: https://issues.apache.org/jira/browse/FLINK-19683
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Checkpointing, Runtime / Task
> Affects Versions: 1.12.0
> Reporter: Piotr Nowojski
> Priority: Major
> Labels: stale-major
> Fix For: 1.13.0
>
>
> After enqueuing aligned checkpoint barrier on the output, we could register a
> timeout to check if it was sent downstream within some threshold. If not, we
> can convert it to unaligned checkpoint.
> Note, this will significantly complicate how to execute the actual
> checkpoint. Namely currently the logic inside `AsyncCheckpointRunnable` is
> executed as soon as checkpoint is triggered. With the timeout on the outputs,
> we can not complete the `AsyncCheckpointRunnable` until we know if the
> timeout happened or not. We would need to register some
> listener/CompletableFuture tracking if all of the checkpoint barriers were
> sent down the stream, and the aligned checkpoint can only complete if those
> futures are completed before the timeout. Otherwise, if timeout happens, we
> would need to convert the aligned checkpoint on the outputs to unaligned.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)