You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Philipp Dallig (Jira)" <ji...@apache.org> on 2022/06/21 15:21:00 UTC

[jira] [Created] (ZEPPELIN-5754) Initialization of the Notes asynchronously

Philipp Dallig created ZEPPELIN-5754:
----------------------------------------

             Summary: Initialization of the Notes asynchronously
                 Key: ZEPPELIN-5754
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5754
             Project: Zeppelin
          Issue Type: Improvement
            Reporter: Philipp Dallig
            Assignee: Philipp Dallig


Currently we have subsystems (SchedulerService, SearchService) that can perform initial tasks at boot time.
SchedulerService -> refreshCron
SearchService -> rebuildIndex

We should find a general way to perform these tasks in the background while booting the Zeppelin server.

The task should not block the boot.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)