Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1976 Thank you for your reply, @del680202 I understand your publicity purpose. And I think it's right. What I am worried call "terminateRemoteProcess ();" From "public void close (String sessionId) in InterpreterGroup.java". "Close (String sessionId)" should only perform the action corresponding to the session. And if all sessions are closed, the process must be terminated. However, the current code always performs "terminateRemoteProcess ();" Within "close (String sessionId)". "TerminateRemoteProcess ();" The function forces all sessions to be terminated and the process is terminated. I think this is the wrong behavior of "close (String sessionId)". We think this can be a problem, because we can write several users with an interpreter.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---