Jeff Zhang created ZEPPELIN-4641:
------------------------------------
Summary: Close interpreter in LazyOpenInterpreter when fail to
open interpreter
Key: ZEPPELIN-4641
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4641
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.9.0
Reporter: Jeff Zhang
Currently, resource may leak if interpreter fail to open, and reopen it again.
e.g
In flink interpreter, we will create a yarn app in open method, but may fail in
the following initialization. Then if user open it again, he would create
another yarn app, the first yarn app is leaked.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)