You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/18 13:07:01 UTC

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

    [ https://issues.apache.org/jira/browse/KYLIN-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16724049#comment-16724049 ] 

ASF GitHub Bot commented on KYLIN-1819:
---------------------------------------

kyotoYaho opened a new pull request #405: KYLIN-1819 Fix exception swallowed when start DefaultScheduler fail
URL: https://github.com/apache/kylin/pull/405
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> 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)