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/01/12 05:42:49 UTC

[GitHub] [dolphinscheduler] SbloodyS opened a new issue #7955: [Bug] [Master] Pause process instance error

SbloodyS opened a new issue #7955:
URL: https://github.com/apache/dolphinscheduler/issues/7955


   ### 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
   
   ```
   [INFO] 2022-01-12 12:45:18.339 org.apache.dolphinscheduler.server.master.processor.StateEventProcessor:[68] - received command : State Event :key: 2-0-2-0 type: PROCESS_STATE_CHANGE executeStatus: READY_PAUSE task instance id: 0 process instance id: 2 context: null
   [INFO] 2022-01-12 12:45:18.339 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[475] - process instance update: 2
   [INFO] 2022-01-12 12:45:18.364 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[297] - process event: State Event :key: 2-0-2-0 type: PROCESS_STATE_CHANGE executeStatus: READY_PAUSE task instance id: 0 process instance id: 2 context: null
   [INFO] 2022-01-12 12:45:18.364 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[566] - process:2 state READY_PAUSE change to READY_PAUSE
   [INFO] 2022-01-12 12:45:18.778 org.apache.dolphinscheduler.api.aspect.AccessLogAspect:[90] - REQUEST TRACE_ID:88da15ea-a1de-4e5e-a93c-9a4c2c1ef54c, LOGIN_USER:admin, URI:/dolphinscheduler/projects/4164120330176/process-instances, METHOD:GET, HANDLER:org.apache.dolphinscheduler.api.controller.ProcessInstanceController.queryProcessInstanceList, ARGS:{processDefineCode=0, executorName=, searchVal=, projectCode=4164120330176, pageNo=1, stateType=null, host=, pageSize=10, startTime=, endTime=}
   [INFO] 2022-01-12 12:45:20.165 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[297] - process event: State Event :key: null type: TASK_STATE_CHANGE executeStatus: RUNNING_EXECUTION task instance id: 2 process instance id: 2 context: null
   [INFO] 2022-01-12 12:45:24.887 org.apache.dolphinscheduler.api.aspect.AccessLogAspect:[90] - REQUEST TRACE_ID:fa0d0dde-de46-4c66-aae0-0d018bee93ab, LOGIN_USER:admin, URI:/dolphinscheduler/projects/4164120330176/process-instances, METHOD:GET, HANDLER:org.apache.dolphinscheduler.api.controller.ProcessInstanceController.queryProcessInstanceList, ARGS:{processDefineCode=0, executorName=, searchVal=, projectCode=4164120330176, pageNo=1, stateType=null, host=, pageSize=10, startTime=, endTime=}
   [INFO] 2022-01-12 12:45:25.170 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[297] - process event: State Event :key: null type: TASK_STATE_CHANGE executeStatus: RUNNING_EXECUTION task instance id: 2 process instance id: 2 context: null
   [INFO] 2022-01-12 12:45:25.908 org.apache.dolphinscheduler.api.aspect.AccessLogAspect:[90] - REQUEST TRACE_ID:8130b0f2-763c-4b8a-816e-7368f64c40f7, LOGIN_USER:admin, URI:/dolphinscheduler/projects/4164120330176/process-instances, METHOD:GET, HANDLER:org.apache.dolphinscheduler.api.controller.ProcessInstanceController.queryProcessInstanceList, ARGS:{processDefineCode=0, executorName=, searchVal=, projectCode=4164120330176, pageNo=1, stateType=null, host=, pageSize=10, startTime=, endTime=}
   [INFO] 2022-01-12 12:45:30.174 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[297] - process event: State Event :key: null type: TASK_STATE_CHANGE executeStatus: RUNNING_EXECUTION task instance id: 2 process instance id: 2 context: null
   [INFO] 2022-01-12 12:45:35.178 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[297] - process event: State Event :key: null type: TASK_STATE_CHANGE executeStatus: RUNNING_EXECUTION task instance id: 2 process instance id: 2 context: null
   [INFO] 2022-01-12 12:45:40.182 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[297] - process event: State Event :key: null type: TASK_STATE_CHANGE executeStatus: RUNNING_EXECUTION task instance id: 2 process instance id: 2 context: null
   [INFO] 2022-01-12 12:45:45.186 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[297] - process event: State Event :key: null type: TASK_STATE_CHANGE executeStatus: RUNNING_EXECUTION task instance id: 2 process instance id: 2 context: null
   [INFO] 2022-01-12 12:45:50.190 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[297] - process event: State Event :key: null type: TASK_STATE_CHANGE executeStatus: RUNNING_EXECUTION task instance id: 2 process instance id: 2 context: null
   [INFO] 2022-01-12 12:45:55.193 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[297] - process event: State Event :key: null type: TASK_STATE_CHANGE executeStatus: RUNNING_EXECUTION task instance id: 2 process instance id: 2 context: null
   ```
   
   ### What you expected to happen
   
   Pause success.
   
   ### How to reproduce
   
   Create a process instance and then pause it.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.2
   
   ### 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: 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 #7955: [Bug] [Master] Pause process instance error

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


   Hi:
   * 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 subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/en-us/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


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