KevinLvLight commented on issue #15753: URL: https://github.com/apache/dolphinscheduler/issues/15753#issuecomment-2019500705
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) `<sql id="baseSql"> id, trigger_code, trigger_type, job_id, create_time, update_time </sql> <select id="queryByTypeAndJobId" resultType="org.apache.dolphinscheduler.dao.entity.TriggerRelation"> select <include refid="baseSql"/> from t_ds_trigger_relation WHERE trigger_type = #{triggerType} and job_id = #{jobId} </select> ` But we donot known how this occured and how to solve it. -- 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]
