You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other info / logs Include any logs or source code that would be helpful to
diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached.
fateflow/logs/$job_id/fate_flow_schedule.log: scheduling log for a job
fateflow/logs/$job_id/* : all logs for a job
fateflow/logs/fate_flow/fate_flow_stat.log: a log of server stat
fateflow/logs/fate_flow/fate_flow_schedule.log: the starting scheduling log for all jobs
fateflow/logs/fate_flow/fate_flow_detect.log: the starting detecting log for all jobs
Contributing
Do you want to contribute a PR? (yes/no):
Briefly describe your candidate solution(if contributing):
The text was updated successfully, but these errors were encountered:
System information
Describe the current behavior
当数据库表 t_job 中有记录的 f_parties 字段的值有多种格式,而flow中只考虑了一种形式引起的。
我现在表中f_parties 的值如:["JG0100001100000010", "JG0100001100000000"],flow对应的代码解析时就会出错,造成query_job_list返回为空了。
问题代码:
fate_flow/python/fate_flow/controller/job.py
的 224行具体代码:
Describe the expected behavior
Other info / logs Include any logs or source code that would be helpful to
diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached.
Contributing
The text was updated successfully, but these errors were encountered: