q443048756 commented on issue #4023: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4023#issuecomment-721573457
> 检查QRTZ_JOB_DETAILS.JOB_CLASS_NAME是否为org.apache.dolphinscheduler.service.quartz.ProcessScheduleJob >  1.测试了 单独修改字段对新老任务都没有效果 2.quartz.properties文件中的instanceName参数要和1.X配置一致,否则quartz会创建新实例,之前版本创建的工作流都不会被调度 3.修复完改bug后新建定时任务没问题但是老任务报错 [ERROR] 2020-11-04 15:32:45.097 org.apache.dolphinscheduler.server.master.consumer.TaskPriorityQueueConsumer:[148] - dispatch error org.apache.dolphinscheduler.server.master.dispatch.exceptions.ExecuteException: fail to execute : Command [type=TASK_EXECUTE_REQUEST, opaque=39802, bodyLen=5396] due to no suitable worker , current task need to default worker group execute 通过查询配置文件发现1.3.2的conf/worker.properties下worker.groups=localhost 排查问题过程中突然不管新老任务都开始报上述错误 将worker.groups=localhost修改为default 任务又报错current task need to localhost worker group execute 目前还未定位到问题 希望得到帮助 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
