You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/11/23 09:44:08 UTC

[GitHub] [incubator-dolphinscheduler] KEN-LJQ opened a new issue #1320: [BUG] Serial complement data generate only one process instance

KEN-LJQ opened a new issue #1320: [BUG] Serial complement data generate only one process instance
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1320
 
 
   **Describe the bug**
   When the process need complement data with n days, complete in parallel execution mode will generate n process instance, but complete in serial execution generate only one process instance.
   Which may cause some problem with dependence check, because it have only one process instance, but other process depend m days of this process, and it can't not be satisfy.
   
   **To Reproduce**
   Steps to reproduce the behavior, for example:
   1. Create process A
   2. Create process B, and depend last week of process A
   3. Process A do data complement in serial mode for last week
   4. Process B do data complement of today
   5. Process B failed with dependence not satisfy
   
   **Expected behavior**
   When complement data in serial mode with n days, it should generate all process instance.
   
   **Which version of Dolphin Scheduler:**
    - [1.1.0]
   
   **Additional context**
   The problem is relate to the dependence check implement, dependence check is base on the scheduler_time field of process instance, when complement data in serial mode, there's only one record of process instance in database, and scheduler_time is the last day of complement date range, so that is failed
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services