You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Mathias Herberts (JIRA)" <ji...@apache.org> on 2018/06/27 13:14:00 UTC

[jira] [Created] (ZEPPELIN-3565) RemoteInterpreterServer calls System.exit

Mathias Herberts created ZEPPELIN-3565:
------------------------------------------

             Summary: RemoteInterpreterServer calls System.exit
                 Key: ZEPPELIN-3565
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3565
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.7.3
            Reporter: Mathias Herberts


The shutdown method or RemoteInterpreterServer calls System.exit(0) is the thrift server is still serving after 2s (non configurable DEFAULT_SHUTDOWN_TIMEOUT).

This makes it impossible to use RemoteInterpreterServer in third party services as a simple 'interpreter restart' requested in Zeppelin can trigger a call to System.exit(0) in the service using RemoteInterpreterServer.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)