You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2018/09/14 02:59:00 UTC

[jira] [Updated] (KYLIN-1819) Exception swallowed when start DefaultScheduler fail

     [ https://issues.apache.org/jira/browse/KYLIN-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaofeng SHI updated KYLIN-1819:
--------------------------------
    Fix Version/s: v2.6.0

> Exception swallowed when start DefaultScheduler fail
> ----------------------------------------------------
>
>                 Key: KYLIN-1819
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1819
>             Project: Kylin
>          Issue Type: Bug
>          Components: Job Engine
>    Affects Versions: v1.5.1, v1.5.2
>            Reporter: Ma Gang
>            Assignee: Ma Gang
>            Priority: Major
>             Fix For: v2.6.0
>
>         Attachments: fix_swallow_scheduler_start_exception.patch
>
>
> Start job scheduler need to acquire job lock from zookeeper, when lock acquire fail, it will throw an IllegalException, but because the scheduler is started in a new thread, the exception thrown by the thread will be ignored, and the server still started successfully, and no exceptions are logged. That make it hard for trouble shooting, should change to make server started fail when the scheduler started fail.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)