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)