Maxim Belousov created ZEPPELIN-3171:
----------------------------------------
Summary: Restart of interpreter in note also abort running
interpreter in another note
Key: ZEPPELIN-3171
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3171
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.8.0
Reporter: Maxim Belousov
h4. How to reproduce bug
- Set python interpreter in isolated mode per user/per note
- Create two notes with python interpreter.
- Insert code in paragraph
{code:python}
%python
import time
print('Hello')
time.sleep(300)
{code}
- Run all notes
- Restart python interpreter in note1
- Get 'KeyboardInterrupt: ' in note2
The same error will be if run note1 and restart python in note2.
[~zjffdu], please help
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)