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/01/19 01:58:17 UTC

[GitHub] [incubator-dolphinscheduler] quanzhian opened a new issue #4487: [Bug][projects instance] When a running instance is stopped in the workflow instance boundary, the operation is successful, but the instance is always in the ready to stop state.

quanzhian opened a new issue #4487:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4487


   operation steps:
   1. openthe workflow instance page  "xxxx/#/projects/instance/list"
   2. found running workflow instance
   3. click the stop button under the operation column
   4. the workflow instance state becomes ready to stop, and then it's always ready to stop...
   
   tracking source code discovery:
   
   dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/processor/TaskKillResponseProcessor.java
   
   when the work node kills the workflow instance and responds to the parent node, no logical data processing is done.
   
   my solution is as follows:
   
   ![image](https://user-images.githubusercontent.com/8474821/104978433-ca176300-5a3c-11eb-95a5-58ab8bcab8ed.png)
   


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

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



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #4487: [Bug][projects instance] When a running instance is stopped in the workflow instance boundary, the operation is successful, but the instance is always in the ready to stop state.

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #4487:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4487#issuecomment-762642410


   which version?


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

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



[GitHub] [incubator-dolphinscheduler] quanzhian commented on issue #4487: [Bug][projects instance] When a running instance is stopped in the workflow instance boundary, the operation is successful, but the instance is always in the ready to stop state.

Posted by GitBox <gi...@apache.org>.
quanzhian commented on issue #4487:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4487#issuecomment-762832517


   > @quanzhian is this issue refer to #4172
   
   No, It's not a problem. This is a real-time data synchronization task. The tracking log found that kill was executed, but after responding to the parent node, the data status was not processed, just the instance information was printed


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

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



[GitHub] [incubator-dolphinscheduler] lenboo commented on issue #4487: [Bug][projects instance] When a running instance is stopped in the workflow instance boundary, the operation is successful, but the instance is always in the ready to stop state.

Posted by GitBox <gi...@apache.org>.
lenboo commented on issue #4487:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4487#issuecomment-762735812


   @quanzhian is this issue refer to #4172


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

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



[GitHub] [incubator-dolphinscheduler] quanzhian removed a comment on issue #4487: [Bug][projects instance] When a running instance is stopped in the workflow instance boundary, the operation is successful, but the instance is always in the ready to stop state.

Posted by GitBox <gi...@apache.org>.
quanzhian removed a comment on issue #4487:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4487#issuecomment-762666636


   version 1.3.2


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

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



[GitHub] [incubator-dolphinscheduler] quanzhian commented on issue #4487: [Bug][projects instance] When a running instance is stopped in the workflow instance boundary, the operation is successful, but the instance is always in the ready to stop state.

Posted by GitBox <gi...@apache.org>.
quanzhian commented on issue #4487:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4487#issuecomment-762666636


   version 1.3.2


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

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



[GitHub] [incubator-dolphinscheduler] quanzhian commented on issue #4487: [Bug][projects instance] When a running instance is stopped in the workflow instance boundary, the operation is successful, but the instance is always in the ready to stop state.

Posted by GitBox <gi...@apache.org>.
quanzhian commented on issue #4487:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4487#issuecomment-762667674


   > which version?
   
   version 1.3.2


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

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