Skip to content

Commit

Permalink
[WIP]fix issues #4972 #4973 (#4972)
Browse files Browse the repository at this point in the history
  • Loading branch information
utopianet authored Nov 19, 2023
1 parent 2b47014 commit b6af5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object RedisClient {
SessionHAConfiguration.RedisHost,
SessionHAConfiguration.RedisPort,
redisTimeout,
SessionHAConfiguration.RedisSentinalServer
SessionHAConfiguration.RedisPassword
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ abstract class ComputationExecutor(val outputPrintLimit: Int = 1000)
TaskResponseErrorEvent(engineConnTask.getTaskId, errorExecuteResponse.message)
)
transformTaskStatus(engineConnTask, ExecutionNodeStatus.Failed)
case _ => logger.warn(s"task get response is $executeResponse")
}
executeResponse
}
Expand Down

0 comments on commit b6af5f0

Please sign in to comment.