Lei Wang created ZEPPELIN-3021:
----------------------------------
Summary: isTerminate return false when a paragraph disabled with
status ready
Key: ZEPPELIN-3021
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3021
Project: Zeppelin
Issue Type: Bug
Reporter: Lei Wang
Problem:
Schedule a note which have a paragraph that disabled with status ready, the
cron job thread blocked with code block:
{code:java}
while (!note.isTerminated()) {
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
logger.error(e.toString(), e);
}
}
{code}
Reason:
the method isTerminate return false forever if a paragraph disabled with status
ready
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)