sandynz opened a new issue, #19897:
URL: https://github.com/apache/shardingsphere/issues/19897

   Part of #19421.
   
   Possible changes:
   
   1, Add `PipelineTasksRunner` interface, it includes `start` and `stop` 
methods. `RuleAlteredJobScheduler` will implements it.
   
   2, Add `AbstractPipelineJob`, extract common code of `RuleAlteredJob` into 
it.
   
   3, Move `new Thread(runnable).start();` from `RuleAlteredJobScheduler` to 
`AbstractPipelineJob.runInBackground` method.
   
   4, Move preparation code from `RuleAlteredJobScheduler` to `RuleAlteredJob`.
   
   5, Decouple `RuleAlteredJobScheduler` and `RuleAlteredJobContext`.
   
   


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