[
https://issues.apache.org/jira/browse/FLINK-6534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek updated FLINK-6534:
------------------------------------
Fix Version/s: 1.3.0
> 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
> Priority: Blocker
> Fix For: 1.3.0
>
>
> 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)