Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.13.0
Description
We should set a default uncaught exception handler in Flink via Thread.setDefaultUncaughtExceptionHandler() which at least logs the exceptions. Ideally, we would even fail the job (could make this configurable) but users may have some ill-behaving threads, e.g. through libraries, which they would want to tolerate and we don't want to change behaviour now.
(FLINK-5232 added this for the JobManager, we need it for the TaskManager)
Attachments
Issue Links
- is related to
-
FLINK-16510 Task manager safeguard shutdown may not be reliable
- Closed
- links to