[
https://issues.apache.org/jira/browse/FLINK-5960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann updated FLINK-5960:
---------------------------------
Affects Version/s: 1.10.0
1.9.0
> Make CheckpointCoordinator less blocking
> ----------------------------------------
>
> Key: FLINK-5960
> URL: https://issues.apache.org/jira/browse/FLINK-5960
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / State Backends
> Affects Versions: 1.2.0, 1.3.0, 1.9.0, 1.10.0
> Reporter: Till Rohrmann
> Priority: Major
>
> Currently the {{CheckpointCoordinator}} locks its operation under a global
> lock. This also includes writing checkpoint data out to a state storage. If
> this operation blocks, then the whole checkpoint operator stands still. I
> think we should rework the {{CheckpointCoordinator}} to make fewer
> assumptions about external systems to tolerate write failures and timeouts.
> Furthermore, we should try to limit the scope of locking and the execution of
> potentially blocking operation under the lock. This will improve the runtime
> behaviour of the {{CheckpointCoordinator}}.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)