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)