You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2017/05/31 12:38:10 UTC

[jira] [Updated] (FLINK-6049) Parallelize execution of (async) snapshots in AsyncCheckpointRunnable

     [ https://issues.apache.org/jira/browse/FLINK-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Metzger updated FLINK-6049:
----------------------------------
    Fix Version/s:     (was: 1.3.0)
                   1.4.0

> Parallelize execution of (async) snapshots in AsyncCheckpointRunnable
> ---------------------------------------------------------------------
>
>                 Key: FLINK-6049
>                 URL: https://issues.apache.org/jira/browse/FLINK-6049
>             Project: Flink
>          Issue Type: Improvement
>          Components: State Backends, Checkpointing
>    Affects Versions: 1.3.0
>            Reporter: Stefan Richter
>             Fix For: 1.4.0
>
>
> After the changes from [FLINK-6048], it would make sense to parallelize the execution of the `RunnableFuture`s of (async) snapshot in `AsyncCheckpointRunnable`. Currently, `AsyncCheckpointRunnable` is a thread that runs parallel, but executes each snapshot sequentially. The reason is, that previously only keyed state backends had support for async snapshots.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)