Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
Description
How to reproduce bug
- Set python interpreter in isolated mode per user/per note
- Create two notes with python interpreter.
- Insert code in paragraph
%python import time print('Hello') time.sleep(300)
- 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
Attachments
Issue Links
- blocks
-
ZEPPELIN-2385 Release 0.8.0
- Resolved
- is duplicated by
-
ZEPPELIN-3205 restarting interpreter setting in a notebook abort running jobs of other notebooks
- Open
- relates to
-
ZEPPELIN-1770 Restart only the client user's interpreter when restarting interpreter setting
- Resolved
- links to