Arvid Heise created FLINK-19338: ----------------------------------- Summary: New source interface cannot unregister unregistered source Key: FLINK-19338 URL: https://issues.apache.org/jira/browse/FLINK-19338 Project: Flink Issue Type: Bug Affects Versions: 1.11.2, 1.12.0 Reporter: Arvid Heise Assignee: Arvid Heise
When a source subtask fails before the respective reader is registered in {{SourceCoordinatorContext}}, unregistering fails as it explicitly verifies that the reader has been registered before. The solution is to drop the assumption that all readers are registered when cleaning up subtasks. -- This message was sent by Atlassian Jira (v8.3.4#803005)