You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stefan Richter (JIRA)" <ji...@apache.org> on 2017/05/11 09:47:04 UTC

[jira] [Updated] (FLINK-6534) SharedStateRegistry is disposing state handles from main thread

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

Stefan Richter updated FLINK-6534:
----------------------------------
    Issue Type: Sub-task  (was: Improvement)
        Parent: FLINK-6537

> SharedStateRegistry is disposing state handles from main thread
> ---------------------------------------------------------------
>
>                 Key: FLINK-6534
>                 URL: https://issues.apache.org/jira/browse/FLINK-6534
>             Project: Flink
>          Issue Type: Sub-task
>          Components: State Backends, Checkpointing
>    Affects Versions: 1.3.0
>            Reporter: Stefan Richter
>            Assignee: Stefan Richter
>
> Currently, the {{ShareStateRegistry}} is deleting state handles that are no longer referenced under the registry's lock and from the main thread. We should use the {{CheckpointCoordinator}}'s  async IO executor to make this non-blocking.



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