[ https://issues.apache.org/jira/browse/FLINK-36511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chesnay Schepler updated FLINK-36511: ------------------------------------- Description: 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. was:The halt() call in checkExit() will again cause checkExit() to be called since we don't null the security manager, in contrast to how forceProcessExist is implemented. > 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 > Fix For: 1.19.2, 1.20.1, 2.0-preview > > > 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)