Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Implemented
-
1.7.0
-
None
Description
The other half of the current scheduling logic is the management of slot sharing and is located in the SlotPool. We need to extract this logic into our new Scheduler component from the previous step. This leaves us with a simpler SlotPool that mainly cares about obtaining, holding, and releasing slots in interaction with a ResourceManager. The new Scheduler can now identify slot sharing groups and interacts with the SlotPool.
Attachments
Issue Links
- contains
-
FLINK-11375 Concurrent modification to slot pool due to SlotSharingManager releaseSlot directly
- Resolved
- links to