This is an automated email from the ASF dual-hosted git repository.
wangyang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 5050a8e1e6 [Improve] Fix typo on ProcessServiceImpl (#15817)
5050a8e1e6 is described below
commit 5050a8e1e680b4f0debf6ce59a22bd50afb7cb7b
Author: 旺阳 <[email protected]>
AuthorDate: Tue Apr 9 14:38:47 2024 +0800
[Improve] Fix typo on ProcessServiceImpl (#15817)
---
.../org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java
b/dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java
index 261637529a..2b3dbbebbb 100644
---
a/dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java
+++
b/dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java
@@ -798,7 +798,7 @@ public class ProcessServiceImpl implements ProcessService {
// recover tolerance fault process
// If the workflow instance is in ready state, we will change
to running, this can avoid the workflow
// instance
- // status is not correct with taskInsatnce status
+ // status is not correct with taskInstance status
if (processInstance.getState() ==
WorkflowExecutionStatus.READY_PAUSE
|| processInstance.getState() ==
WorkflowExecutionStatus.READY_STOP) {
// todo: If we handle the ready state in
WorkflowExecuteRunnable then we can remove below code