apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.3k stars 1.17k forks source link

[Question] [linkis-computation-engineconn] Flow task,ec log Failed to submit task1 scala.MatchError: null #4970

Closed zslali closed 10 months ago

zslali commented 10 months ago

Before asking

Your environment

版本信息:linkis1.4.0, dss1.1.2, qualitis0.9.2, hadoop3.1.1, hive3.1.0, spark2.4.5, scala:2.12.17

Describe your questions

问题描述:在工作流中执行组件,ec的stdout日志中报Failed to submit task1 scala.MatchError: null

Eureka service list

eg:image

Some logs info or acctch file

ec的stdout日志中报Failed to submit task1 scala.MatchError: null

github-actions[bot] commented 10 months ago

:blush: Welcome to the Apache Linkis community!!

We are glad that you are contributing by opening this issue.

Please make sure to include all the relevant context. We will be here shortly.

If you are interested in contributing to our website project, please let us know! You can check out our contributing guide on :point_right: How to Participate in Project Contribution.

Community

WeChat Assistant WeChat Public Account

Mailing Lists

Name Description Subscribe Unsubscribe Archive
dev@linkis.apache.org community activity information subscribe unsubscribe archive
zslali commented 10 months ago

解决办法:修改linkis-computation-engineconn模块下的ComputationExecutor.scala文件,在def execute(engineConnTask: EngineConnTask)方法下添加如下代码: case _ =>   logger.warn(s"task get response is $executeResponse") 如下图: 微信图片_20231117164912

peacewong commented 10 months ago

close by #4972