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


   ### 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-03 04:00:57.639 
org.apache.dolphinscheduler.api.aspect.AccessLogAspect:[90] - REQUEST 
TRACE_ID:ecda536d-0f42-485a-9584-a5bb3abb16f9, LOGIN_USER:admin, 
URI:/dolphinscheduler/projects/4064259691936/process-instances/batch-delete, 
METHOD:POST, 
HANDLER:org.apache.dolphinscheduler.api.controller.ProcessInstanceController.batchDeleteProcessInstanceByI
   ds, ARGS:{projectCode=4064259691936, processInstanceIds=1234} 
   [ERROR] 2022-01-03 04:00:57.642 
org.apache.dolphinscheduler.api.controller.ProcessInstanceController:[409] - 工 
作 流 实 例 [1,234]不 存 在
   ```
   
   ### What you expected to happen
   
   log output right
   
   ### How to reproduce
   
   curl -X POST 
"http://192.168.1.160:12345/dolphinscheduler/projects/4064259691936/process-instances/batch-delete";
 -H "Request-Origion:SwaggerBootstrapUi" -H "accept:*/*" -H 
"Content-Type:application/x-www-form-urlencoded;charset=UTF-8" -d 
"processInstanceIds=1234" -d "projectName=test" -d "alertGroup=" -d 
"createTime=" -d "email=" -d "id=" -d "phone=" -d "queue=" -d "queueName=" -d 
"state=" -d "tenantCode=" -d "tenantId=" -d "updateTime=" -d "userName=" -d 
"userPassword=" -d "userType=ADMIN_USER"
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to