kyoty opened a new pull request #5912:
URL: https://github.com/apache/dolphinscheduler/pull/5912


   
   ## Purpose of the pull request
   Implements the new feature discussed in #4385
   Close #4385
   
   ## Brief change log
   
   1.`Serial execution` keep the same.
   
![image](https://user-images.githubusercontent.com/52202080/127434938-c158fd11-4176-420e-86c3-2f23194bd534.png)
  
   
   
   2.`Parallel execution` :**Add a checkbox: Configure parallelism. If checked, 
the parameter of parallelism is required.** Otherwise, the parallelism of the 
complement task will be 1: 1 with the number of tasks .  
   
   
![image](https://user-images.githubusercontent.com/52202080/127435015-b68f96c2-830d-41ef-930f-76686e142dfc.png)
  
   
   +  If  enable Configure parallelism.  the parameter of parallelism must be a 
certain positive number.  
   
       a empty stror a str contains non-numberic character or a non-positive 
number would casue a alert like below:  
   
   
![image](https://user-images.githubusercontent.com/52202080/127435049-21454680-ffc8-4971-aaab-4a1934b8d1d8.png)
  
   
   
   
   + If the parallism is a positive number like below, it would run like below:
       we assume the parallism is 7  
       we cam see that 7 process definitions has been created and is running.  
   
       Take the process: sql-3-20210729113046224 as an example, we can see that 
it contains a set of tasks and all of them work as expected.  
   
   
![image](https://user-images.githubusercontent.com/52202080/127435089-026383f9-2f79-45ca-92ec-2037e0e0ec44.png)
  
   
     
   
![image](https://user-images.githubusercontent.com/52202080/127435122-0bf8b10e-ec32-4cbc-918e-ece5485d137c.png)
   
   
   ## Verify this pull request
   This pull request is already covered by existing tests and also manually 
verified the change by testing locally


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to