[ https://issues.apache.org/jira/browse/FLINK-36511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Weijie Guo updated FLINK-36511: ------------------------------- Fix Version/s: 2.0.0 (was: 2.0-preview) > FlinkSecurityManager#checkExit StackOverFlow if haltOnSystemExit is enabled > --------------------------------------------------------------------------- > > Key: FLINK-36511 > URL: https://issues.apache.org/jira/browse/FLINK-36511 > Project: Flink > Issue Type: Bug > Components: Runtime / Coordination > Affects Versions: 1.13.0 > Reporter: Chesnay Schepler > Assignee: Chesnay Schepler > Priority: Minor > Labels: pull-request-available > Fix For: 2.0.0, 1.19.2, 1.20.1 > > > The halt() call in checkExit() will again cause checkExit() to be called > since we don't null the security manager, in contrast to how forceProcessExit > is implemented. > This is only an issue during the process startup, as at later times we > typically initiate the shutdown for forceProcessExit. -- This message was sent by Atlassian Jira (v8.20.10#820010)