zhuzhurk commented on pull request #15148: URL: https://github.com/apache/flink/pull/15148#issuecomment-879540481
The case created a `PhysicalSlotProvider` with all required slots assigned early before starting scheduling. So that one `startScheduling()` can trigger the process of task scheduling, slot allocation (from SlotPool within JM) and task deployment. It can cover the scheduling/deploying performance of a streaming job (except for the time to allocate slots from RM/TM). -- 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]
