You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/12/09 14:23:26 UTC

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3542: [ZEPPELIN-4469]. Cron is disabled after zeppelin restart

zjffdu commented on a change in pull request #3542: [ZEPPELIN-4469]. Cron is disabled after zeppelin restart
URL: https://github.com/apache/zeppelin/pull/3542#discussion_r355475900
 
 

 ##########
 File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/scheduler/QuartzSchedulerService.java
 ##########
 @@ -54,6 +54,19 @@ public QuartzSchedulerService(ZeppelinConfiguration zeppelinConfiguration, Noteb
     this.notebook = notebook;
     this.scheduler = new StdSchedulerFactory().getScheduler();
     this.scheduler.start();
+
+    Thread loadingNotesThread = new Thread(){
 
 Review comment:
   Thanks for the review @alexott this comment is addressed

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services