q4q5q6qw opened a new issue, #15557: URL: https://github.com/apache/dolphinscheduler/issues/15557
### 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 I changed the exec_threads of the master and worker services. After the restart, the newly created tasks do not generate new process instances, but the old tasks can continue to be executed. There is no obvious error in the logs of the master and worker. The qrtz_cron_triggers and qrtz_triggers tables contain the data of the new task. NEXT_FIRE_TIME is the time when the task should be executed for the first time. However, the task is not invoked. The t_ds_process_instance and t_ds_task_instance tables do not contain the new task instance. Now the exec_threads before the restore is not able to execute the new task. How can I locate the fault? ### What you expected to happen The new task can be executed properly. ### How to reproduce modified the exec_threads of the master and worker services. and restart ### Anything else _No response_ ### Version 3.2.x ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
