rusonding edited a comment on issue #2208: [Feature]can not get history data time when run history or complement job URL: https://github.com/apache/incubator-dolphinscheduler/issues/2208#issuecomment-600547916 for example , run history job and complement job when history date(2020-03-18), the log can print 2020-2-16 ,not 2020-3-16 There is this parameter [yyyymmdd] in the script, and the date of complement selection is 2020-02-02 to 2020-02-04, so there should be three jobs in parallel, and the logs of three jobs should print the time of 2020-02-022020-02-032020-02-04 respectively. But the actual printing is 2020-03-18(today) --- 脚本中有这个参数[yyyyMMdd], 补数选择的日期是2020-02-02至2020-02-04这三天,所以应该有三个job并行,三个job的日志分别打印2020-02-02,2020-02-03,2020-02-04这个时间。而实际打印的都是2020-03-18(今天)
---------------------------------------------------------------- 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] With regards, Apache Git Services
