cadl commented on issue #10288:
URL: 
https://github.com/apache/dolphinscheduler/issues/10288#issuecomment-1141640694

   After some research, I found the behavior of serial execution was changed at 
#9869. 
   
   In the first version #6185, serial execution works on all process instances.
   
   After the #9869, SERIAL_WAIT/SERIAL_DISCARD/SERIAL_PRIORITY only works on 
the same version process instances.
   
   To fix this issue, I have 2 ideas:
   
   1. Recover the serial execution logic back to #6185. But also need to fix 
#9868, such as applying the 
[commit](https://github.com/apache/dolphinscheduler/pull/9869/commits/8b6363d2d38b961105202e0c4b405fc511f2ad56)
   2. Based on 1, add 
`VERSIONING_SERIAL_WAIT/VERSIONING_SERIAL_DISCARD/VERSIONING_SERIAL_PRIORITY`. 
   
   I prefer the first one. 
   
   Can you give me any advice?
   
   cc @SbloodyS @WangJPLeo @caishunfeng 


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