[
https://issues.apache.org/jira/browse/FLINK-20095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-20095:
-----------------------------------
Labels: auto-deprioritized-major (was: stale-major)
Priority: Minor (was: Major)
This issue was labeled "stale-major" 7 ago and has not received any updates so
it is being deprioritized. If this ticket is actually Major, please raise the
priority and ask a committer to assign you the issue or revive the public
discussion.
> SchedulerBase.stopWithSavepoint schedules operation after ExecutionGraph
> terminates
> -----------------------------------------------------------------------------------
>
> Key: FLINK-20095
> URL: https://issues.apache.org/jira/browse/FLINK-20095
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Coordination
> Affects Versions: 1.12.0
> Reporter: Till Rohrmann
> Priority: Minor
> Labels: auto-deprioritized-major
>
> While looking into FLINK-20065, we realized that we cannot implement the
> change described in FLINK-20094 because the {{SchedulerBase}} schedules an
> asynchronous operation after the termination of the {{ExecutionGraph}}. This
> asynchronous operation needs to complete before the savepoint path is
> returned.
> In order to solve FLINK-20094, we either need to keep track of these
> operations and suspend the {{SchedulerBase}} termination until all operations
> have completed or we might be able to return the savepoint path without
> depending it on the completion of the {{handleAsync}} here:
> https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/SchedulerBase.java#L921.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)