zjffdu commented on a change in pull request #4116: URL: https://github.com/apache/zeppelin/pull/4116#discussion_r724929124
########## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterServer.java ########## @@ -321,7 +326,10 @@ public static void main(String[] args) throws Exception { * should be part of the next release and solve the problem. * We may have other threads that are not terminated successfully. */ - System.exit(0); + if (!remoteInterpreterServer.isForceShutdown) { Review comment: ah, right, stupid mistake, Let me fix it. -- 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: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org