-
Notifications
You must be signed in to change notification settings - Fork 4.9k
[DSIP-92][Master] Refactor workflow serial strategy #17531
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
base: dev
Are you sure you want to change the base?
[DSIP-92][Master] Refactor workflow serial strategy #17531
Conversation
934e24d to
6f992ab
Compare
.../apache/dolphinscheduler/server/master/engine/workflow/serial/WorkflowSerialCoordinator.java
Fixed
Show fixed
Hide fixed
.../apache/dolphinscheduler/server/master/engine/workflow/serial/WorkflowSerialCoordinator.java
Fixed
Show fixed
Hide fixed
7c6aa80 to
ab93648
Compare
625e396 to
0aebdb1
Compare
| private Long workflowDefinitionCode; | ||
| private Integer workflowDefinitionVersion; | ||
| private WorkflowExecutionTypeEnum executionType; | ||
| private List<SerialCommandDto> serialCommands; |
Check notice
Code scanning / CodeQL
Exposing internal representation Note
after this call to getSerialCommands
0f8ac4d to
86830db
Compare
.github/workflows/backend.yml
Outdated
| fail-fast: false | ||
| matrix: | ||
| version: ["3.1.9", "3.2.0"] | ||
| version: ["3.3.1"] |
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.
I will revert this
dolphinscheduler-dao/src/main/resources/sql/upgrade/3.4.0_schema/mysql/dolphinscheduler_ddl.sql
Show resolved
Hide resolved
86830db to
9113a61
Compare
9113a61 to
06858a0
Compare
06858a0 to
fd369b7
Compare
|
SbloodyS
left a comment
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.
Gernerally LGTM.
| */ | ||
|
|
||
| UPDATE t_ds_datasource SET connection_params = REPLACE(connection_params, '"publicKey"', '"privateKey"') WHERE type = 17 AND connection_params LIKE '%"publicKey"%'; | ||
| UPDATE t_ds_datasource SET connection_params = REPLACE(connection_params, '"publicKey"', '"privateKey"') WHERE type = 17 AND connection_params LIKE '%"publicKey"%'; |
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.
| UPDATE t_ds_datasource SET connection_params = REPLACE(connection_params, '"publicKey"', '"privateKey"') WHERE type = 17 AND connection_params LIKE '%"publicKey"%'; | |
| UPDATE t_ds_datasource SET connection_params = REPLACE(connection_params, '"publicKey"', '"privateKey"') WHERE type = 17 AND connection_params LIKE '%"publicKey"%'; | |
| delete from t_ds_serial_command where workflow_instance_id = #{workflowInstanceId} | ||
| </select> | ||
|
|
||
| </mapper> No newline at end of file |
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.
| </mapper> | |
| </mapper> | |


Purpose of the pull request
close #17703
Brief change log
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(or)
Pull Request Notice
Pull Request Notice
If your pull request contains incompatible change, you should also add it to
docs/docs/en/guide/upgrade/incompatible.md