You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/07/12 02:16:19 UTC

[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #5799: [Bug][Master] auto create a same process

github-actions[bot] commented on issue #5799:
URL: https://github.com/apache/dolphinscheduler/issues/5799#issuecomment-877920083


   **Describe the bug**
   find same auto-created processes in system.
   
   **To Reproduce**
   Steps to reproduce the behavior, for example:
   1. manual create some processes.
   2. use API to create schedule with processDefinitionId=5
   3. auto create one more process, the same process
   4. Click on process(3 and 4) Cron manage, find the same url, display the same infomation.
     http://127.0.0.1:12345/dolphinscheduler/ui/#/projects/definition/list/timing/5
   5. Click on process(3 and 4) name, find the same url,
   http://172.16.7.53:12345/dolphinscheduler/ui/#/projects/definition/list/5
   
   Try to call the API to create a timed task. After the call returns successfully, it is found that there is one more task, and there is only one before.
   Click the task configuration or click the timed task of the task, the two tasks enter the same url, which is exactly the same. I feel that it is repeated
   
   **Screenshots**
   ![image](https://user-images.githubusercontent.com/5425689/125219905-532a9b00-e2f8-11eb-9f82-b6b508d5ef01.png)
   ![image](https://user-images.githubusercontent.com/5425689/125220140-c7fdd500-e2f8-11eb-81f9-d01fc88db2a4.png)
   
   **Which version of Dolphin Scheduler:**
   docker deploy, apache/dolphinscheduler:latest
   
   docker images:
   apache/dolphinscheduler latest 971ed8486b5d 2 months ago 393MB


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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