Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
1.15.3
-
None
-
None
Description
If an exception is thrown in the SourceReader's start() method, its root cause does not get captured.
The details are still available here: Task.java#L758
But the execution falls through to Task.java#L780 and discards the root cause of
canceling the source invokable without recording the actual reason.
Hot to reproduce: DataGeneratorSourceITCase.java#L117