Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.2, 1.12.0
-
None
Description
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.