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 2022/06/16 03:29:40 UTC

[GitHub] [dolphinscheduler] ruanwenjun opened a new issue, #10470: [Bug] [Master] ProcessInstance status may incorrect in high pressure.

ruanwenjun opened a new issue, #10470:
URL: https://github.com/apache/dolphinscheduler/issues/10470

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   When I test on my laptop, I find the process instance will still in running status,
   <img width="1365" alt="image" src="https://user-images.githubusercontent.com/22415594/173984720-f27ec05d-47dc-4bec-90a1-315f6b737b03.png">
   
   and the task will not be dispatched.
   <img width="1056" alt="image" src="https://user-images.githubusercontent.com/22415594/173984684-12fcc1af-f39d-4c91-9917-e1c7c0019491.png">
   
   
   
   
   ### What you expected to happen
   
   The process instance can be executed success.
   
   ### How to reproduce
   
   Insert 10000 command in to t_ds_command, and wait the command be executed.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [ ] 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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

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


[GitHub] [dolphinscheduler] ruanwenjun closed issue #10470: [Bug] [Master] ProcessInstance status may incorrect in high pressure.

Posted by GitBox <gi...@apache.org>.
ruanwenjun closed issue #10470: [Bug] [Master] ProcessInstance status may incorrect  in high pressure.
URL: https://github.com/apache/dolphinscheduler/issues/10470


-- 
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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #10470: [Bug] [Master] ProcessInstance status may incorrect in high pressure.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #10470:
URL: https://github.com/apache/dolphinscheduler/issues/10470#issuecomment-1157192818

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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


[GitHub] [dolphinscheduler] ruanwenjun commented on issue #10470: [Bug] [Master] ProcessInstance status may incorrect in high pressure.

Posted by GitBox <gi...@apache.org>.
ruanwenjun commented on issue #10470:
URL: https://github.com/apache/dolphinscheduler/issues/10470#issuecomment-1157465336

   This is caused by the CommonTaskProcessor is not thread safe, when we execute multiple task in different thread, we will o verride the taskinstance in CommonTaskProcessor.


-- 
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