Skip to content
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

[Feature][Manager] Fix bug in DolphinScheduler engine #11531

Open
2 tasks done
emptyOVO opened this issue Nov 21, 2024 · 0 comments · May be fixed by #11532
Open
2 tasks done

[Feature][Manager] Fix bug in DolphinScheduler engine #11531

emptyOVO opened this issue Nov 21, 2024 · 0 comments · May be fixed by #11532
Assignees
Milestone

Comments

@emptyOVO
Copy link
Contributor

emptyOVO commented Nov 21, 2024

Description

The start() method in DolphinScheduler engine is never used, which cause it didn't correct manage the project in DS

  • normaly when DS engine begin, it should create a project in DS, then handle process definition in this project, so start() method must be called before register(), unregister(), update() method, or the project code in DS will never be initialize correctly
    image

Use case

No response

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@emptyOVO emptyOVO linked a pull request Nov 21, 2024 that will close this issue
3 tasks
@dockerzhang dockerzhang added this to the 2.1.0 milestone Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants