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/05/12 06:45:29 UTC

[GitHub] [dolphinscheduler] welsh-wen opened a new issue, #10012: [Bug] [Module Name] After the task is paused, it cannot be started again

welsh-wen opened a new issue, #10012:
URL: https://github.com/apache/dolphinscheduler/issues/10012

   ### 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
   
   After the task is paused, it cannot be started again
   ![image](https://user-images.githubusercontent.com/59044203/168007585-dc69e38b-34de-427b-aa0e-206b5965f60c.png)
   
   
   ### What you expected to happen
   
   Can start tasks
   
   ### How to reproduce
   
   1. create python task, code follow:
   ```
   import math
   c=50
   h=30
   value = []
   print('请输入一组数字:')
   items=[x for x in input().split(',')]
   for d in items:
       value.append(str(int(round(math.sqrt(2*c*float(d)/h)))))
    print (','.join(value))
   ```
   2. start the task
   3. pause the task
   4. Try booting up again, but All buttons are disabled
   
   
   ### 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] github-actions[bot] closed issue #10012: [Bug] [Master] After the task is paused, it cannot be started again

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #10012: [Bug] [Master] After the task is paused, it cannot be started again
URL: https://github.com/apache/dolphinscheduler/issues/10012


-- 
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 #10012: [Bug] [Master] After the task is paused, it cannot be started again

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

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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 #10012: [Bug] [Module Name] After the task is paused, it cannot be started again

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

   ### 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
   
   After the task is paused, it cannot be started again
   ![image](https://user-images.githubusercontent.com/59044203/168007585-dc69e38b-34de-427b-aa0e-206b5965f60c.png)
   
   
   ### What you expected to happen
   
   Can start tasks
   
   ### How to reproduce
   
   1. create python task, code follow:
   ```
   import math
   c=50
   h=30
   value = []
   print('请输入一组数字:')
   items=[x for x in input().split(',')]
   for d in items:
       value.append(str(int(round(math.sqrt(2*c*float(d)/h)))))
    print (','.join(value))
   ```
   2. start the task
   3. pause the task
   4. Try booting up again, but All buttons are disabled
   
   
   ### 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

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #10012: [Bug] [Module Name] After the task is paused, it cannot be started again

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

   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://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-omtdhuio-_JISsxYhiVsltmC5h38yfw) 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] SbloodyS commented on issue #10012: [Bug] [Module Name] After the task is paused, it cannot be started again

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

   @welsh-wen Could you check if the error log exists?


-- 
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] KEN-LJQ commented on issue #10012: [Bug] [Master] After the task is paused, it cannot be started again

Posted by GitBox <gi...@apache.org>.
KEN-LJQ commented on issue #10012:
URL: https://github.com/apache/dolphinscheduler/issues/10012#issuecomment-1364939815

   @SbloodyS 
   Hi, we met this problem on version 2.0.7, when we pause a process instance, it stuck and all operation are unavailable.
   The way to reproduce is:
   1. Create process with one task, and this task suppose to execute failed like `selet 1`, then set retry 3 times with interval.
   2. Run this process. And at this moment, task instance will be failure to wait for retry, and process instance state is running
   3. Click pause buttom
   4. Then all operation buttom are unavailable unless you restart master
   
   And we check all log with master and worker, no error log show, and only have this
   ```
   2022-12-26 14:45:38.279  INFO 3864 --- [ool-10-thread-6] o.a.d.s.m.processor.StateEventProcessor  : received command : State Event :key: 46-0-46-0 type: PROCESS_STATE_CHANGE executeStatus: READY_PAUSE task instance id: 0 process instance id: 46 context: null
   2022-12-26 14:45:38.649  INFO 3864 --- [tServiceStarted] o.a.d.s.m.runner.EventExecuteService     : handle process instance : 46 , events count:1
   2022-12-26 14:45:38.649  INFO 3864 --- [tServiceStarted] o.a.d.s.m.runner.EventExecuteService     : already exists handler process size:0
   2022-12-26 14:45:38.650  INFO 3864 --- [rEventExecution] o.a.d.s.m.runner.WorkflowExecuteThread   : process event: State Event :key: 46-0-46-0 type: PROCESS_STATE_CHANGE executeStatus: READY_PAUSE task instance id: 0 process instance id: 46 context: null
   2022-12-26 14:45:38.650  INFO 3864 --- [rEventExecution] o.a.d.s.m.runner.WorkflowExecuteThread   : process:46 state RUNNING_EXECUTION change to READY_PAUSE
   ```
   
   It seem like this process instance waiting for next event to trigger to change its state, but this nerver happen.
   Do you know anything about this?


-- 
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 #10012: [Bug] [Master] After the task is paused, it cannot be started again

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

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


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