Kevin Lv
Kevin Lv
Is this problem optimized in the new version?
Thanks! I'll try to upgrade the version to see if the problem can be solved P.S. Could you please let me know which version to start with?
We met the same problem, and we found the SQL according log: [TriggerRelationMapper.xml](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TriggerRelationMapper.xml) ` id, trigger_code, trigger_type, job_id, create_time, update_time select from t_ds_trigger_relation WHERE trigger_type = #{triggerType} and job_id =...