fuweng11 opened a new issue, #6621:
URL: https://github.com/apache/inlong/issues/6621
### 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?
- [X] Yes, I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://www.apache.org/foundation/policies/conduct)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]