Tianqi-Dotes commented on issue #8800:
URL: 
https://github.com/apache/dolphinscheduler/issues/8800#issuecomment-1066121218


   I have debugged the code, the problem which I found is.
   1. endtime is before starttime, so that the quartz cannot submit the task
   2. after I adjust the endtime, the program still can't execute, and the 
problem is:
   
![image](https://user-images.githubusercontent.com/36755957/158066046-6d0b43f2-0baf-4f1d-bf0e-09df95513009.png)
   The query SQL is ,
   UPDATE t_ds_schedules SET warning_type=0, environment_code=-1, crontab='* * 
1/11 * * ? *', warning_group_id=0, update_time='2022-03-13 21:28:43.0', 
user_id=1, process_definition_code=4793853346624, failure_strategy=1, 
create_time='2022-03-10 11:40:45.0', timezone_id='Asia/Shanghai', 
start_time='2022-03-10 08:00:00.0', worker_group='default', release_state=1, 
end_time='2022-03-10 09:00:00.0', process_instance_priority=2 WHERE id=2;
   The lock query is :
   SELECT * FROM QRTZ_LOCKS WHERE SCHED_NAME = 'DolphinScheduler' AND LOCK_NAME 
= 'TRIGGER_ACCESS' FOR UPDATE
   
   So that's what I found.


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