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 2022/09/01 02:07:30 UTC

[GitHub] [dolphinscheduler] reele opened a new issue, #11725: [Bug][Dependent][2.0.6-2.0.7] Dependent task cannot detect target task finished across days

reele opened a new issue, #11725:
URL: https://github.com/apache/dolphinscheduler/issues/11725

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   https://github.com/apache/dolphinscheduler/blob/2746f6851d90cbdda04b6dc099847454ede09550/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml#L180
   
   https://github.com/apache/dolphinscheduler/blob/2746f6851d90cbdda04b6dc099847454ede09550/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml#L196
   
   Now v2.0.6 and v2.0.7 dependent task use `start_time` to find the target task above, when the task is blocked by preview tasks and started in after days, the dependent task will never succeed.
   
   The same problem also occurs in `complement` tasks.
   
   PR:#11677
   
   ### What you expected to happen
   
   task_instance's date check in dependent task should use the same rule as process_instance.
   
   ### How to reproduce
   
   blocked a task by preview tasks and started in after days, the dependent task will never succeed.
   or run complement with future date.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.6
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11725: [Bug][Dependent][2.0.6-2.0.7] Dependent task cannot detect target task finished across days

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11725:
URL: https://github.com/apache/dolphinscheduler/issues/11725#issuecomment-1233648680

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11725: [Bug][Dependent][2.0.6-2.0.7] Dependent node logical conflict with task's startTime and scheduleTime

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #11725:
URL: https://github.com/apache/dolphinscheduler/issues/11725#issuecomment-1728584684

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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


[GitHub] [dolphinscheduler] KEN-LJQ commented on issue #11725: [Bug][Dependent][2.0.6-2.0.7] Dependent node logical conflict with task's startTime and scheduleTime

Posted by GitBox <gi...@apache.org>.
KEN-LJQ commented on issue #11725:
URL: https://github.com/apache/dolphinscheduler/issues/11725#issuecomment-1361051178

   Any progress about this issue, cause we facing same problem with version 2.0.7, kind of confuse


-- 
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


[GitHub] [dolphinscheduler] reele commented on issue #11725: [Bug][Dependent][2.0.6-2.0.7] Dependent node logical conflict with task's startTime and scheduleTime

Posted by "reele (via GitHub)" <gi...@apache.org>.
reele commented on issue #11725:
URL: https://github.com/apache/dolphinscheduler/issues/11725#issuecomment-1421963021

   > Any progress about this issue, cause we facing same problem with version 2.0.7, kind of confuse
   
   2.0.6+ is more like a personal release, so my suggestion is create a own version to merge my repository.


-- 
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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11725: [Bug][Dependent][2.0.6-2.0.7] Dependent node logical conflict with task's startTime and scheduleTime

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #11725:
URL: https://github.com/apache/dolphinscheduler/issues/11725#issuecomment-1738271277

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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


[GitHub] [dolphinscheduler] github-actions[bot] closed issue #11725: [Bug][Dependent][2.0.6-2.0.7] Dependent node logical conflict with task's startTime and scheduleTime

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #11725: [Bug][Dependent][2.0.6-2.0.7] Dependent node logical conflict with task's startTime and scheduleTime
URL: https://github.com/apache/dolphinscheduler/issues/11725


-- 
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