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

[Bug][Manager] Incorrect task service node order in create-group workflow #4315

Closed
2 tasks done
woofyzhao opened this issue May 23, 2022 · 0 comments · Fixed by #4323
Closed
2 tasks done

[Bug][Manager] Incorrect task service node order in create-group workflow #4315

woofyzhao opened this issue May 23, 2022 · 0 comments · Fixed by #4323
Assignees
Labels
Milestone

Comments

@woofyzhao
Copy link
Contributor

woofyzhao commented May 23, 2022

What happened

The sort task service node is before the sink resource node, which seems incorrect.

What you expected to happen

The sort task depends on the resources so the resources must be created first. The correct order should be: init_source -> init_mq -> init_sink -> config/start sort

How to reproduce

Delay the sink resource creation processing time.

Environment

No response

InLong version

master

InLong Component

InLong Manager

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@woofyzhao woofyzhao added the type/bug Something is wrong label May 23, 2022
@woofyzhao woofyzhao changed the title [Bug][Manager] Incorrect task service node order in new-group workflow [Bug][Manager] Incorrect task service node order in create-group workflow May 23, 2022
@healchow healchow added this to the 1.2.0 milestone May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants