Skip to content

Commit

Permalink
[WIP]fix Workflow execution datax node failed #4972
Browse files Browse the repository at this point in the history
[WIP]fix Workflow execution datax node failed #4972
  • Loading branch information
utopianet authored Nov 17, 2023
1 parent a874f00 commit 16e02db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ abstract class ComputationExecutor(val outputPrintLimit: Int = 1000)
TaskResponseErrorEvent(engineConnTask.getTaskId, errorExecuteResponse.message)
)
transformTaskStatus(engineConnTask, ExecutionNodeStatus.Failed)
case _ =>
case _ => logger.warn(s"task get response is $executeResponse")
}
executeResponse
}
Expand Down

0 comments on commit 16e02db

Please sign in to comment.