You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Zhixiong Chen (JIRA)" <ji...@apache.org> on 2019/01/25 11:14:00 UTC

[jira] [Commented] (KYLIN-3790) return wrong error code when command executor is interrupted

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

Zhixiong Chen commented on KYLIN-3790:
--------------------------------------

please review this pr  [https://github.com/apache/kylin/pull/446]

thanks!

> return wrong error code when command executor is  interrupted 
> --------------------------------------------------------------
>
>                 Key: KYLIN-3790
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3790
>             Project: Kylin
>          Issue Type: Bug
>          Components: Job Engine
>    Affects Versions: v2.5.2
>            Reporter: Zhixiong Chen
>            Assignee: Zhixiong Chen
>            Priority: Major
>
> in  CliCommandExecutor.java if command cli is interrupted, in  runNativeCommand() it return  
> Pair.newPair(0, "Killed").
> However, the error code 0 is mean not throw RuntimeException.And it will execute next step.
>   



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