Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.0
-
None
Description
This is the umbrella issue to track the progress on implementing the declarative resource management described in FLIP-138.
Declarative resource management is a change to Flink's current slot allocation protocol. Instead of letting the JobMaster ask for each slot individually, it will tell the ResourceManager its current need (min, target, max) of slots. Based on that, the ResourceManager will assign available slots or start new TaskExecutors to fulfill the request.
Attachments
Issue Links
- causes
-
FLINK-20679 JobMasterTest.testSlotRequestTimeoutWhenNoSlotOffering test failed
- Closed
- relates to
-
FLINK-10407 FLIP-159: Reactive mode
- Closed
- supercedes
-
FLINK-9956 Push available slots to JobMaster
- Closed
- links to
- mentioned in
-
Page Loading...