[
https://issues.apache.org/jira/browse/FLINK-23884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405545#comment-17405545
]
Yun Gao commented on FLINK-23884:
---------------------------------
Fix on master via 475d9cace988fc7a8b163df64b19bbd84c360bfc
> Fix the concurrent problem between triggering savepoint with drain and finish
> -----------------------------------------------------------------------------
>
> Key: FLINK-23884
> URL: https://issues.apache.org/jira/browse/FLINK-23884
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Checkpointing
> Affects Versions: 1.14.0
> Reporter: Yun Gao
> Assignee: Yun Gao
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0
>
>
> Currently when triggering stop-with-savepoint --drain, we would like to first
> finish the task and then trigger a savepoint. However, currently the
> implement does not ensures triggering get successful before the task get
> finished and close the mailbox, which might cause the savepoint fail.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)