You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Arvid Heise (Jira)" <ji...@apache.org> on 2020/09/22 05:18:00 UTC

[jira] [Created] (FLINK-19338) New source interface cannot unregister unregistered source

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)