tillrohrmann opened a new pull request #14593:
URL: https://github.com/apache/flink/pull/14593


   This PR removes unnecessary methods from `SchedulerNG`.
   
   cf0146c [FLINK-20903] Pass ComponentMainThreadExecutor to constructor of 
SchedulerBase
   
   This commit passes the ComponentMainThreadExecutor into the SchedulerBase 
instance via its constructor.
   
   c7b0a19 [FLINK-20903] Remove SchedulerNG.initialize() 
   
   Since we can pass a ComponentMainThreadExecutor into the SchedulerNG, we no 
longer need SchedulerNG.initialize().
   
   c1c19df [FLINK-20903] Pass JobStatusListener to SchedulerBase
   
   f6ada81 [FLINK-20903] Remove SchedulerNG.registerJobStatusListener
   
   Since we can pass in the JobStatusListener into the SchedulerNG 
implementations, we no longer need the SchedulerNG.registerJobStatusListener 
and can remove it.


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


Reply via email to