Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.11.0
Description
When the sink using Utils.CollectHelper is up but not initialized and the job fails due to other operators, it is possible that the close() method of Utils.CollectHelper is called when open() is not called.
Currently Utils.CollectHelper does not deal with this case and will throw NPE.
Attachments
Issue Links
- is related to
-
FLINK-16636 TableEnvironmentITCase is crashing on Travis
- Closed
- links to