Reamer commented on code in PR #4582: URL: https://github.com/apache/zeppelin/pull/4582#discussion_r1173955767
########## zeppelin-interpreter/src/main/java/org/apache/zeppelin/scheduler/AbstractScheduler.java: ########## @@ -89,6 +89,7 @@ public void run() { runningJob = queue.take(); } catch (InterruptedException e) { LOGGER.warn("{} is interrupted", getClass().getSimpleName()); + stop(); Review Comment: stop is needed to abort all jobs when the scheduler is shut down. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org