Zhixiong Chen created KYLIN-3790:
------------------------------------
Summary: 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
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)