-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug-13951 ][dolphinscheduler-service] StartParams is not applied when task is failover(RECOVER_TOLERANCE_FAULT_PROCESS CommandType) #13958
Conversation
@SbloodyS @caishunfeng plz run CI |
Done. |
CI result indicates network problem?
Do I something to fix? |
It seems like the github actions problems. I've restarted CI. |
SonarCloud Quality Gate failed. |
Should I need to add more test cases? |
It seems that the CI needs to be restarted @SbloodyS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
… applied when task is failover(RECOVER_TOLERANCE_FAULT_PROCESS CommandType) #13958
Purpose of the pull request
This PR closes #13951
Brief change log
StartParams
ofprocessInstance.getCommandParam()
to command parameterssetGlobalParamIfCommanded()
called if command type isCommandType.RECOVER_TOLERANCE_FAULT_PROCESS
These are almost same actions of
CommandType.REPEAT_RUNNING
Verify this pull request
This change added tests and can be verified as follows: