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

[jira] [Updated] (KYLIN-3458) Enabling config kylin.job.retry will cause log info incomplete

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

Xinbei Fu updated KYLIN-3458:
-----------------------------
    Description: The rootcause is that Kylin is trying to retry the whole job after already retried the subtasks that are under this job, therefore the deeper exception thrown by subtasks will be covered by an IllegalStateException thrown by the job.  (was: The rootcause is that Kylin is trying to retry the whole job after already retried the subtasks that are under this job, therefore the deeper exception thrown by subtasks will be covered by a IllegalStateException thrown by the job.)

> Enabling config kylin.job.retry will cause log info incomplete
> --------------------------------------------------------------
>
>                 Key: KYLIN-3458
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3458
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Xinbei Fu
>            Priority: Major
>
> The rootcause is that Kylin is trying to retry the whole job after already retried the subtasks that are under this job, therefore the deeper exception thrown by subtasks will be covered by an IllegalStateException thrown by the job.



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