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] Source tasks are issued repeatedly #6621

Closed
2 tasks done
fuweng11 opened this issue Nov 24, 2022 · 0 comments · Fixed by #6623
Closed
2 tasks done

[Bug][Manager] Source tasks are issued repeatedly #6621

fuweng11 opened this issue Nov 24, 2022 · 0 comments · Fixed by #6623
Assignees
Labels
Milestone

Comments

@fuweng11
Copy link
Contributor

What happened

Data source tasks are issued repeatedly.
1.Re-executing the work flow will cause the state of the data source that was already in a SOURCE_NORMAL state to change to TO_BE_ISSUED_ADD.
2.When the data source is updated, the data source state changes from SOURCE_NORMAL to TO_BE_ISSUED_ADD.
This will result in repeated data collection.

What you expected to happen

1.The workflow is executed without updating the data source in a SOURCE_NORMAL state.
2.When the data source is updated, the data source state changes from SOURCE_NORMAL to TO_BE_ISSUED_RETRY.

How to reproduce

Configure the group, approve it, and then re execute the workflow. The data source status will change to TO_BE_ISSUED_ADD.

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

@fuweng11 fuweng11 added the type/bug Something is wrong label Nov 24, 2022
@fuweng11 fuweng11 changed the title [Bug][Manager] Data source tasks are issued repeatedly [Bug][Manager] Source tasks are issued repeatedly Nov 24, 2022
@healchow healchow added this to the 1.5.0 milestone Nov 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