You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/11/24 07:34:25 UTC

[GitHub] [inlong] fuweng11 opened a new issue, #6621: [Bug][Manager] Data source tasks are issued repeatedly

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: dev-unsubscribe@inlong.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang closed issue #6621: [Bug][Manager] Source tasks are issued repeatedly

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #6621: [Bug][Manager] Source tasks are issued repeatedly
URL: https://github.com/apache/inlong/issues/6621


-- 
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: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org