snuyanzin commented on code in PR #26491: URL: https://github.com/apache/flink/pull/26491#discussion_r2057783285
########## flink-clients/src/main/java/org/apache/flink/client/program/PackagedProgram.java: ########## @@ -218,12 +217,7 @@ public String getDescription() throws ProgramInvocationException { * local execution by default. */ public void invokeInteractiveModeForExecution() throws ProgramInvocationException { - FlinkSecurityManager.monitorUserSystemExitForCurrentThread(); - try { - callMainMethod(mainClass, args); - } finally { - FlinkSecurityManager.unmonitorUserSystemExitForCurrentThread(); - } + callMainMethod(mainClass, args); Review Comment: I tend to think such change deserves a dedicated discussion in mailing list first -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org