You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/08/12 09:28:28 UTC

[GitHub] [dolphinscheduler] atai-555 edited a comment on issue #5979: [Bug][dolphinscheduler-server] the different scheduled time of the daily scheduling instance and supplemented intance

atai-555 edited a comment on issue #5979:
URL: https://github.com/apache/dolphinscheduler/issues/5979#issuecomment-897321287


   BTW, above question belong to version of latest, and then I saw this line in the code ShellTask.java (L174):
   
   if (CommandType.COMPLEMENT_DATA.getCode() == taskExecutionContext.getCmdTypeIfComplement()) {
   date = DateUtils. Add (taskExecutionContext getScheduleTime (), DAY_OF_MONTH, 1);
   }
   
   I don't know why add 1 day fro COMPLEMENT_DATA type, i think this will make some questions. for example 
   https://github.com/apache/dolphinscheduler/issues/5639
   https://github.com/apache/dolphinscheduler/issues/5140


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org