You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (JIRA)" <ji...@apache.org> on 2015/10/21 23:19:27 UTC

[jira] [Resolved] (FLINK-2403) Rework partitioned state checkpointing logic

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

Gyula Fora resolved FLINK-2403.
-------------------------------
    Resolution: Done

> Rework partitioned state checkpointing logic
> --------------------------------------------
>
>                 Key: FLINK-2403
>                 URL: https://issues.apache.org/jira/browse/FLINK-2403
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>    Affects Versions: 0.10
>            Reporter: Gyula Fora
>            Assignee: Gyula Fora
>
> In case of partitioned states, states are stored per-key (creating a statehandle for each key) so that we can later use this for repartitioning without fetching all the states. 
> While this mechanism might be desired later it is extremely inefficient if we use a state backend such as HDFS as we are creating many small files.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)