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 2020/04/30 01:27:47 UTC

[GitHub] [incubator-dolphinscheduler] arlanhon opened a new issue #2581: [BUG] bug titleWhen the process involves a sub-process, the complement operation will only take the starting time of the time, and will repeat the number of days to perform the complement

arlanhon opened a new issue #2581:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2581


   *For better global communication, please give priority to using English description, thx! *
   
   **Describe the bug**
   When the process involves a sub-process, the complement operation will only take the starting time of the time, and will repeat the number of days to perform the complement.
   
   **To Reproduce**
   Steps to reproduce the behavior, for example:
   1. Create a simple sub-process, such as a shell
   2. Create another main process and associate sub-processes
   3. For complement operation, you can also make up only two days
   
   The specific operation is as follows:
   1. Create subprocess, 
   ![image](https://user-images.githubusercontent.com/10054719/80662237-5e165880-8ac3-11ea-9e47-ea97af1179ab.png)
   2. Save subprocess and setting variables
   ![image](https://user-images.githubusercontent.com/10054719/80662384-b6e5f100-8ac3-11ea-84f5-a307acc79f88.png)
   3. Create the main process and create sub node as in main process
   ![image](https://user-images.githubusercontent.com/10054719/80662453-d715b000-8ac3-11ea-8186-b7a92a709c79.png)
   ![image](https://user-images.githubusercontent.com/10054719/80662492-f0b6f780-8ac3-11ea-9c0c-ed628b82772c.png)
   4. Save main process and setting variables
   ![image](https://user-images.githubusercontent.com/10054719/80662523-07f5e500-8ac4-11ea-8b15-8df097cc5c76.png)
   5. As follow.
   ![image](https://user-images.githubusercontent.com/10054719/80662545-193ef180-8ac4-11ea-8343-802808ad278f.png)
   6. Then complement
   ![image](https://user-images.githubusercontent.com/10054719/80662594-3b387400-8ac4-11ea-96b1-75fa364ca167.png)
   7. The result is as follows, the date printed is only the start date
   ![image](https://user-images.githubusercontent.com/10054719/80662665-67ec8b80-8ac4-11ea-9ae2-d082087efe6b.png)
   ![image](https://user-images.githubusercontent.com/10054719/80662670-6d49d600-8ac4-11ea-8487-608327a30654.png)
   ![image](https://user-images.githubusercontent.com/10054719/80662674-70dd5d00-8ac4-11ea-914d-096c12cbfb9c.png)
   
   8. The timing of the main process is correct
   ![image](https://user-images.githubusercontent.com/10054719/80662741-9bc7b100-8ac4-11ea-9d4d-e05c54ca5a86.png)
   
   
   **Which version of Dolphin Scheduler:**
    -[1.2.1]
   - Stand-alone deployment
   
   


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



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #2581: [BUG] When the process involves sub-processes, the complement operation will only take the start time, and will repeat the number of days to perform the complement

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #2581:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2581#issuecomment-621571091


   @lenboo 


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



[GitHub] [incubator-dolphinscheduler] arlanhon commented on issue #2581: [BUG] When the process involves sub-processes, the complement operation will only take the start time, and will repeat the number of days to perform the complement

Posted by GitBox <gi...@apache.org>.
arlanhon commented on issue #2581:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2581#issuecomment-621578670


   > At present, serial complement is a problem, it is recommended to use parallel complement
   
   Yes, some scenarios are currently not suitable for parallelism. For example, if my example above is parallel, some intermediate operations will be added or deleted.
   


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



[GitHub] [incubator-dolphinscheduler] lenboo closed issue #2581: [BUG] When the process involves sub-processes, the complement operation will only take the start time, and will repeat the number of days to perform the complement

Posted by GitBox <gi...@apache.org>.
lenboo closed issue #2581:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2581


   


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



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #2581: [BUG] When the process involves sub-processes, the complement operation will only take the start time, and will repeat the number of days to perform the complement

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #2581:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2581#issuecomment-621571012


   At present, serial complement is a problem, it is recommended to use parallel complement
    


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