Details
-
Bug
-
Status: Open
-
Not a Priority
-
Resolution: Unresolved
-
1.13.0
-
None
Description
In FLINK-15156, we introduced a feature that allows users to log or completely disable calls to System.exit(). This feature is enabled for certain threads / code sections intended to execute user-code.
The activation of the security manager (for monitoring user calls to System.exit() is currently not well-defined, and only implemented on a best-effort basis.
This ticket is to revisit the activation.
Attachments
Issue Links
- is related to
-
FLINK-15156 Warn user if System.exit() is called in user code
- Closed