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 08:42:04 UTC

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

Stefan Richter created FLINK-6534:
-------------------------------------

             Summary: SharedStateRegistry is disposing state handles from main thread
                 Key: FLINK-6534
                 URL: https://issues.apache.org/jira/browse/FLINK-6534
             Project: Flink
          Issue Type: Improvement
          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)