You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Bowen Li (JIRA)" <ji...@apache.org> on 2017/09/27 19:54:01 UTC

[jira] [Commented] (FLINK-7720) Centralize creation of backends and state related resources

    [ https://issues.apache.org/jira/browse/FLINK-7720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183151#comment-16183151 ] 

Bowen Li commented on FLINK-7720:
---------------------------------

+1

> Centralize creation of backends and state related resources
> -----------------------------------------------------------
>
>                 Key: FLINK-7720
>                 URL: https://issues.apache.org/jira/browse/FLINK-7720
>             Project: Flink
>          Issue Type: Improvement
>          Components: State Backends, Checkpointing
>    Affects Versions: 1.4.0
>            Reporter: Stefan Richter
>            Assignee: Stefan Richter
>
> State related resources like keyed state backends, operator state backends, timer service manager, etc. are currently all created in different places, somewhere between {{StreamTask}} and {{AbstractStreamOperator}}. It is hard to identify where/how resources are created, which component owns them, and how certain components depend on others (e.g. there is only a timer service manager if there is also a keyed state backend).
> For the changes we plan for local state recovery, it would make sense to define a component that is responsible for the creation of state related resources and gives the possibility to interact in checkpointing and restoring with the checkpoint coordinator (owned by job manager) as well as local state storage (owned by task manager).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)